@S_L wrote:
I’m looking for a nice way to project a curve onto multiple surfaces such that the curve gets trimmed if it has already “hit” a surface above it. This is part of a python script – anyone have a nice way of doing this with rhinoscriptsyntax or RhinoCommon?
The rs.ProjectCurveToSurface seems to do a projection for each surface. I have considered writing some code that would duplicate the border of the top surface, extrude it, and trim the projected curve below, but I suspect there is a good way using available functions?
Posts: 3
Participants: 2
