mirror of https://github.com/CGAL/cgal
use make_hexahedron(Iso_cuboid_3)
This commit is contained in:
parent
75160fc24b
commit
4555c3e0f7
|
|
@ -166,7 +166,7 @@ bbox(bool extended)
|
||||||
Scene_item* item;
|
Scene_item* item;
|
||||||
EPICK::Iso_cuboid_3 ic(bbox);
|
EPICK::Iso_cuboid_3 ic(bbox);
|
||||||
SMesh* p = new SMesh;
|
SMesh* p = new SMesh;
|
||||||
CGAL::make_hexahedron(ic[0], ic[1], ic[2], ic[3], ic[4], ic[5], ic[6], ic[7], *p);
|
CGAL::make_hexahedron(ic, *p);
|
||||||
|
|
||||||
item = new Scene_surface_mesh_item(p);
|
item = new Scene_surface_mesh_item(p);
|
||||||
item->setName(name + (extended ? " (Extended Bbox)" : " (Bbox)"));
|
item->setName(name + (extended ? " (Extended Bbox)" : " (Bbox)"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue