Draw or convert arc to polycurve

Need help adding and arc to polycurve, I’ve defined a polycurve by points and I have an arc, but I don’t see how to merge the arc or convert an arc to polycurve or polyline so I can join as one object. I’ve looked in the board but didn’t see any sample of doing this.

Thank you for any direction.

Hi jcoon
Civil3DToolKit extension has a node that allows you to get the dynamo geometry (curve),if this does not work for you, you can GetParameterByName, calling out “StartPoint” , “Center” and “EndPoint”. Once you get the points, you will be able to define a DynamoArc by 3 points (curve) which you can join to other curves.

*Note: A dynamo arc its not the same that an autocad arc.

1 Like

You can combine Arcs with other Curve geometry to a PolyCurve.

The final PolyCurve can be converted to a Polyline, if needed.

3 Likes

Anton,

Thank you, I’ll give that a try today.

Anton,
Was able to connect arc to polycurve, thank you.
arc radius looks funny, but I can work on that, might have bad second point on arc by three points.
Thank you

1 Like