Skip to content

ACadSharp.Entities.LwPolyline

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

LwPolyline Class

Represents a entity

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

public class LwPolyline

Properties

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.
List1` Vertices Vertices that form this LwPolyline

Methods

Returns Name Summary
IEnumerable1` Explode
Clone this wiki locally