-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.Entities.Vertex
Albert Domenech edited this page Oct 3, 2024
·
5 revisions
Represents a base type for Vertex entities
Namespace: ACadSharp.Entities
C#
DxfSubClassAttribute
public abstractclass Vertex
Returns | Name | Summary |
---|---|---|
Double |
Bulge | The bulge is the tangent of one fourth the included angle for an arc segment, made negative if the arc goes clockwise from the start point to the endpoint.A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle |
Double |
CurveTangent | Curve fit tangent direction |
Double |
EndWidth | Ending width |
VertexFlags |
Flags | Vertex flags |
Int32 |
Id | Vertex identifier |
XYZ |
Location | Location point (in OCS when 2D, and WCS when 3D) |
String |
ObjectName | |
Double |
StartWidth | Starting width |
Returns | Name | Summary |
---|---|---|
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
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