I am trying to do what I thought was quite a straightforward thing to do in python: splitting a surface using either curves on it or surfaces perpendicular to it. However the splitbrep seems not to work, not accepting the perpendicular surfaces as breps, but I can’t find any other command to do it.
surfaces.3dm (84.9 KB)
Code was just
import rhinoscriptsyntax as rs
srf = rs.GetObject(“srf”, 8 )
cut = rs.GetObjects(“cutting srfs”, 8)
rs.SplitBrep(srf, cut, True)
Anyone could please help?
2 posts - 2 participants
