Autodesk.AutoCAD.Geometry Namespace > EllipticalArc3d Class > EllipticalArc3d Constructor > EllipticalArc3d() Constructor
EllipticalArc3d.EllipticalArc3d() Constructor
Description

 

Default constructor. Constructs full ellipse centered at origin (0,0,0) with X and Y axis for major and minor axes respectively. Major and minor radius are both 1, so constructed ellipse is just the unit circle in the XY plane centered at the origin.

Visual Basic
Public Sub New()
C#
public EllipticalArc3d();
Links
   Comments?