Skip to content

ACadSharp.Entities.Arc

Albert Domenech edited this page Oct 3, 2024 · 6 revisions

Arc Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public class Arc

Properties

Returns Name Summary
Double EndAngle The end angle in radians.
String ObjectName
ObjectType ObjectType
Double StartAngle The start angle in radians.
String SubclassMarker

Methods

Returns Name Summary
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Void GetEndVertices(CSMath.XY@, CSMath.XY@) Process the 2 points limiting the arc segment
List<XY> PolygonalVertexes(System.Int32) Converts the arc in a list of vertexes.
Clone this wiki locally