AcDbEllipse

Class Hierarchy

AcRxObject
    AcGiDrawable
    AcHeapOperators
        AcDbObject
            AcDbEntity
                AcDbCurve
                    AcDbEllipse

C++

class AcDbEllipse : public AcDbCurve;

File

dbelipse.h

Description

This class represents the ELLIPSE entity in AutoCAD. It contains the methods to create, modify, and obtain properties of the ellipse.

Links

AcDbEllipse Constructor, AcDbEllipse Methods

See Also

AcDbEntity, AcGePoint3d, AcGeVector3d