@o11225669 wrote:
Hello, I apologize in advance for any mistake. It’s my first time around Rhino.
I’m trying to split a surface using multiple surfaces. This is something I’d do very easily via the interface by using the Split command, selecting the first surface and then the other surfaces.
Via code I was able to make it work for a simpler model by using a simple for cycle and SplitBrep (in RhinoScriptSyntax), by iteratively calling SplitBrep on the last brep returned by the function.
This works because I know that the first element of the returned array is the non-splitted brep but will fail for more complex models because I don’t know what returned brep still needs splitting.
Is there a way to make it work like the Split command (that seems to handle everything by itself)?
Thanks in advance.
Posts: 1
Participants: 1