Autodesk.AutoCAD.Geometry Namespace > CircularArc2d Class > CircularArc2d Constructor
CircularArc2d Constructor
Overload List
Method 
Description 

Default constructor. Constructs a full circle with center (0,0) and radius 1. 
Constructs a full circle with the given center and radius. The radius must not be 0. 
Constructs a circular arc with the specified center, radius, start angle, and end angle. Angles are measured by drawing a... more 
Constructs an arc with the specified start and endpoints. If a line is drawn between startPoint and endPoint, then... more 
Constructs an arc through three points. None of the three points may be coincident and they may not be colinear.... more 
   Comments?