Share

CircularArc3d Constructor

Overload List

Method Description
CircularArc3d.CircularArc3d ()Default constructor. Constructs a full circle in the XY plane (normal vector (0,0,1) with center (0,0,0) and radius 1.
CircularArc3d.CircularArc3d (Point3d, Point3d, Point3d) Constructs an arc through three points. None of the three points may be coincindent and they may not be colinear.... more
CircularArc3d.CircularArc3d (Point3d, Vector3d, double) Constructs a full circle with the given center, normal vector, and radius. The radius must not be 0. The constructed... more
CircularArc3d.CircularArc3d (Point3d, Vector3d, Vector3d, double, double, double) Constructor.

Was this information helpful?