codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  Ellipse object

An elliptical arc or full ellipse.

VBA class name:

AcadEllipse 

Create using:

ModelSpace.AddEllipse
PaperSpace.AddEllipse
Block.AddEllipse 

Access via:

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.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

ArrayPolar

ArrayRectangular

Copy

Delete

GetBoundingBox

GetExtensionDictionary

GetXData

Highlight

IntersectWith

Mirror

Mirror3D

Move

Offset

Rotate

Rotate3D

ScaleEntity

SetXData

TransformBy

Update

Properties

Application

Area

Center

Document

EndAngle

EndParameter

EndPoint

Handle

HasExtensionDictionary

Hyperlinks

Layer

Linetype

LinetypeScale

Lineweight

MajorAxis

MajorRadius

MinorAxis

MinorRadius

Normal

ObjectID

OwnerID

PlotStyleName

RadiusRatio

StartAngle

StartParameter

StartPoint

TrueColor

Visible

Events

Modified  

 

   Comments?