I am trying to create a series of curves on multiple surfaces by (curvebyparameterlineonsurface) but first i need to define its (uv parameters)
but i’m having this trouble
the full code
I am trying to create a series of curves on multiple surfaces by (curvebyparameterlineonsurface) but first i need to define its (uv parameters)
but i’m having this trouble
the full code
You’ll need to move from a polysurface to individual surfaces as that erroring node requires a surface, not a polysurface as the first input.
Filtering the surfaces by testing for intersection is one possible way to do this.