
Tue, 03/08/2005 - 09:36
Forums:
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
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
Thu, 06/30/2005 - 11:53
try this class which is used to make half spaces.
For doc u may have to refer to the 'cdl' files.
BRepPrimAPI_MakeHalfSpace
Thu, 07/24/2008 - 12:35
Is there any solution or code sample to this?