Ellipse object |
An elliptical arc or full ellipse.
VBA class name: |
AcadEllipse |
---|---|
Create using: |
ModelSpace.AddEllipse |
Access via: |
ModelSpace.Item |
The ellipse may be closed or open (elliptical arc). This object represents a true ellipse, not a polyline approximation.
Minor axis | |
Major axis |
To create an ellipse, use the AddEllipse method. To edit or query an ellipse, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |