I am a beginner dynamo user. Whenever I try to drag those units: “Rebar Style” and “Rebar Hook Orientation” from the Structural package, it shows up an error as in the picture. I would be so grateful if anyone could help me get rid out of it.
It maybe because your passing in a nurbscurve, not a curve or list of curves.
try using Curve.ApproximateWithArcAndLineSegments node after your nurbscurve.
see post number 3 in this thread.
1 Like
Thanks andy.leong for replying. But i am searching if there is any way that the reinforcement could not get fragmented into pieces; maybe directly from curve or polycurve.
It worked Thanks andy.leong