ACadSharp.Entities.LwPolyline - DomCR/ACadSharp GitHub Wiki

LwPolyline Class

Represents a entity

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
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.
List<Vertex> Vertices Vertices that form this LwPolyline

Methods

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