Archived issue #0031116
Modeling Algorithms - Boolean fails on two simple extrusion shapes
Description
The file uploaded "Attachment 2 (BREP)" to reproduce the issue
TopoDS_Shape aBlankShape = // the first object in "Attachment 2 (BREP)"
TopoDS_Shape aToolShape = // the second object in "Attachment 2 (BREP)"
BRepAlgoAPI_Cut aMakeCut(aBlankShape, aToolShape);
Above code will reproduce the Boolean fails issue.
Other Boolean Common, Fuse, none works.
TopoDS_Shape aBlankShape = // the first object in "Attachment 2 (BREP)"
TopoDS_Shape aToolShape = // the second object in "Attachment 2 (BREP)"
BRepAlgoAPI_Cut aMakeCut(aBlankShape, aToolShape);
Above code will reproduce the Boolean fails issue.
Other Boolean Common, Fuse, none works.
Public activity
No public notes
Participants are labeled by their role within this record.