Skip to content

ACadSharp.Entities.IPolyline

Albert Domenech edited this page Aug 23, 2024 · 4 revisions

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 .
Clone this wiki locally