ACadSharp.Entities.IPolyline - DomCR/ACadSharp GitHub Wiki
Namespace: ACadSharp.Entities
C#
public interface IPolyline
Returns | Name | Summary |
---|---|---|
Double |
Elevation | The current elevation of the object. |
Boolean |
IsClosed | Indicates that the polyline is closed. |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
Double |
Thickness | Specifies the distance a 2D object is extruded above or below its elevation. |
IEnumerable<IVertex> |
Vertices | Vertices that form the Polyline. |
Returns | Name | Summary |
---|---|---|
IEnumerable<Entity> |
Explode | Explodes the polyline into a collection of entities formed by and . |