ACadSharp.Entities.Polyline - DomCR/ACadSharp GitHub Wiki
Represents a entity.
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public abstractclass Polyline
Returns | Name | Summary |
---|---|---|
Double |
Elevation | The current elevation of the object. |
Double |
EndWidth | End width. |
PolylineFlags |
Flags | Polyline flags. |
Boolean |
IsClosed | Indicates that the polyline is closed. |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
String |
ObjectName | |
SmoothSurfaceType |
SmoothSurface | Curves and smooth surface type. |
Double |
StartWidth | Start width. |
Double |
Thickness | Specifies the distance a 2D object is extruded above or below its elevation. |
SeqendCollection<Vertex> |
Vertices | Vertices that form this polyline. |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
IEnumerable<Entity> |
Explode | Explodes the polyline into a collection of entities formed by and . |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |