-
-
Notifications
You must be signed in to change notification settings - Fork 120
ACadSharp.Entities.Arc
Albert Domenech edited this page Oct 3, 2024
·
6 revisions
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class Arc
Returns | Name | Summary |
---|---|---|
Double |
EndAngle | The end angle in radians. |
String |
ObjectName | |
ObjectType |
ObjectType | |
Double |
StartAngle | The start angle in radians. |
String |
SubclassMarker |
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. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions