Arc information

When I draw an arc, I need the starting point, the end point, and the radius, but how can I get this information start and end point from the arc?

Curve.EndPoint, Curve.StartPoint, or Curve.PointAtParameter.

In design script you can also use Curve.PointAtParameter(theArcs@L1<1>, [0,1]);

2 Likes

thank you so much

1 Like