Skip to content

ACadSharp.Entities.Ellipse

Albert Domenech edited this page Aug 20, 2025 · 8 revisions

Ellipse Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class Ellipse

Properties

Returns Name Summary
XYZ Center Center point (in WCS).
Double EndParameter End parameter.
Boolean IsFullEllipse Flag that indicates weather this ellipse is closed or not.
Double MajorAxis Length of the major axis.
XYZ MajorAxisEndPoint Endpoint of major axis, relative to the center (in WCS).
Double MinorAxis Length of the minor axis.
XYZ MinorAxisEndpoint Endpoint of minor axis, relative to the center (in WCS).
XYZ Normal Extrusion direction.
String ObjectName
ObjectType ObjectType
Double RadiusRatio Ratio of minor axis to major axis.
Double Rotation Rotation of the major axis from the world X axis.
Double StartParameter Start parameter.
String SubclassMarker
Double Thickness Specifies the distance a 2D object is extruded above or below its elevation.

Methods

Returns Name Summary
Void ApplyTransform(CSMath.Transform)
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
XYZ PolarCoordinateRelativeToCenter(System.Double)
List<XYZ> PolygonalVertexes(System.Int32)
Clone this wiki locally