DiscussionsIssue archiveOther usage issues

Archived discussion

Simple Boolean Cut Operations on Solids never return a Solid

Other usage issuesFri, 11/18/2011 - 16:101 reply

Browse this forum
QuestionAuthor

Can someone please advise me on what should be a simple problem but appears not to be.
If I have a finite prism formed by using BRepPrimAPI_MakePrism constructed with a valid bounded face as the initial geometry
and I then cut that with a half space solid created using BRepPrimAPI_MakeHalfSpace constructed with a plane that does intersect the prism and I do this use the BRepAlgoAPI_Cut function
Why do I always get a result that is a compound solid? Why not a valid solid? and is it possible to get the solid from the result?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Dear Author,
Compound is just a container for the result.
Explore it and you will get the expected solid.
Regards