Skip to content

Commit

Permalink
use make_hexahedron(Iso_cuboid_3)
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Mar 6, 2024
1 parent 75160fc commit 4555c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ bbox(bool extended)
Scene_item* item;
EPICK::Iso_cuboid_3 ic(bbox);
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->setName(name + (extended ? " (Extended Bbox)" : " (Bbox)"));
Expand Down

0 comments on commit 4555c3e

Please sign in to comment.