Hello,
I have anywhere some trouble, i can`t close the loop. how can i create a polycurve?
Where is the missing node or even a geometry-error?
END.dyn (204.7 KB)
KR
Andreas
Hello,
I have anywhere some trouble, i can`t close the loop. how can i create a polycurve?
Where is the missing node or even a geometry-error?
Hello @Draxl_Andreas
Have you tried PolyCurve.ByJoinedCurves ?
hmmmm…
I believe your individual curves need to be in order. If they cross or form multiple closed loops the node will fail.
KR Andreas
GroupByKey is for grouping items in a list. It’s not going to do what you want and you’re providing a single item anyway. You’re getting errors because you’re trying to pull index 1 from a list that only has one item. You seem to already have the PolyCurve so you should be able to patch and extrude that as is.