ACadSharp.Entities.IPolyline - DomCR/ACadSharp GitHub Wiki

IPolyline Class

Definition

Namespace: ACadSharp.Entities

C#

public interface IPolyline

Properties

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.

Methods

Returns Name Summary
IEnumerable<Entity> Explode Explodes the polyline into a collection of entities formed by and .
⚠️ **GitHub.com Fallback** ⚠️