Hello,
I’m facing an issue with the PolyCurve.ByJoinedCurves node in Dynamo.
I’m getting this error:
PolyCurve.ByJoinedCurves expects:
(Autodesk.DesignScript.Geometry.Curve, double, bool, double)
But was called with:
(Function, double, bool, double)
It seems like I’m passing the wrong input into the curves port.
Could you help me understand how to properly prepare the curves list?
Any guidance would be appreciated!


