DiscussionsIssue archiveOther usage issues

Archived discussion

Splitting a topo face by a plane

Other usage issuesTue, 03/08/2005 - 09:362 replies

Browse this forum
QuestionAuthor

hi,
how can i split topo face by a plane?
i am using BRepAlgoAPI_Section and BRepFeat_SplitShape afterwards. but it is not reliable. is there some other method?

best regards,
adrian

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

try this class which is used to make half spaces.
For doc u may have to refer to the 'cdl' files.

BRepPrimAPI_MakeHalfSpace

02Commenter-2

Is there any solution or code sample to this?