I have generated a set of curves on a surface as attached files and need to trim the surface with these curves.
I know that boundary srf will work but only on a planar condition. Would anyone know how to work this out please?
I came up with this:
I replaced the sphere with a circle around the center point of each segment (one version uses Isotrim like you did, one uses lunchbox), projected the curves onto the surface and then used surface split.
Sadly projection and split make the script little slow
That’s exactly what I needed, thank you so much, it works a bit differently from the native Rhino trim which allows curves to be placed beyond the edges.