Function

CGAL::make_combinatorial_hexahedron<CMap>

#include <CGAL/Combinatorial_map_constructors.h>


template < class CMap >
typename CMap::Dart_handle make_combinatorial_hexahedron ( CMap& cm)
Creates an combinatorial hexahedron (six combinatorial quadrangles linked together by β2), and adds it in cm. Returns a handle on one dart of this combinatorial hexahedron.
Precondition: CMap::dimension≥2.

See Also

CGAL::make_edge<CMap>
CGAL::make_combinatorial_polygon<CMap>
CGAL::make_combinatorial_tetrahedron<CMap>