Share

Ellipse Class

Description

This .NET class wraps the AcDbEllipse ObjectARX class.

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

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.Curve
            Autodesk.AutoCAD.DatabaseServices.Ellipse

Visual Basic

Public Class Ellipse
Inherits Curve

C#

public class Ellipse : Curve;

Links

Ellipse Constructor, Ellipse Methods, Ellipse Properties

See Also

Entity, Point3d, Vector3d

Was this information helpful?