ACadSharp.Entities.LwPolyline - DomCR/ACadSharp GitHub Wiki
Represents a entity
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class LwPolyline
Returns | Name | Summary |
---|---|---|
Double |
ConstantWidth | Constant width |
Double |
Elevation | The current elevation of the object. |
LwPolylineFlags |
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 | |
ObjectType |
ObjectType | |
String |
SubclassMarker | |
Double |
Thickness | Specifies the distance a 2D object is extruded above or below its elevation. |
List<Vertex> |
Vertices | Vertices that form this LwPolyline |
Returns | Name | Summary |
---|---|---|
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. |