I have curves in a certain order, however after splitting the order changes (does not remain). Why is that? What to do?
Modeler3D,
After your referenced curves split the surface you’re left with four surfaces instead of one, which is a new (different) list.
Here’s a ‘dirty’ (but not bad) way of getting the order back:
HELP1.ghx (178.2 KB)
For your future goal(s) get the classic (a bit over simplified) way to do this kind of pair (cause-result).
Split_BrepFacesWithCurves_EntryLevel_V1.gh (125.4 KB)
Well, thank you all!