Description
Default constructor. Constructs a full circle in the XY plane (normal vector (0,0,1) with center (0,0,0) and radius 1.
C#
public CircularArc3d();
Visual Basic
Public Sub New()
Default constructor. Constructs a full circle in the XY plane (normal vector (0,0,1) with center (0,0,0) and radius 1.
public CircularArc3d();
Public Sub New()