Skip to content

ACadSharp.Entities.IPolyline

Albert Domenech edited this page Jul 14, 2024 · 2 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.
IEnumerable1` Vertices

Methods

Returns Name Summary
IEnumerable1` Explode
Clone this wiki locally