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.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Curve Autodesk.AutoCAD.DatabaseServices.Ellipse
Public Class Ellipse Inherits Curve
public class Ellipse : Curve;
Comments? |