@Stroopwafelandcoffee wrote:
So I have successfully generated two surfaces and trimmed both of them using
BooleanDifference
, but that operation automatically joins all breps into one, bigger brep:Unfortunately I need to obtain the surfaces seperately and not joined together. Can this be done using RC or should I use something else instead of
BooleanDifference
to trim both surfaces?BooleanDifference
essentially is nothing but a fancy combination of intersect, trim, join etc. commands right? So maybe it can be recreated without the join at the end if necessary?
Posts: 18
Participants: 2