ACadSharp.Entities.Polyline - DomCR/ACadSharp GitHub Wiki

Polyline Class

Represents a entity.

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
public abstractclass Polyline

Properties

Returns Name Summary
Double Elevation The current elevation of the object.
Double EndWidth End width.
PolylineFlags 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
SmoothSurfaceType SmoothSurface Curves and smooth surface type.
Double StartWidth Start width.
Double Thickness Specifies the distance a 2D object is extruded above or below its elevation.
SeqendCollection<Vertex> Vertices Vertices that form this polyline.

Methods

Returns Name Summary
CadObject Clone
IEnumerable<Entity> Explode Explodes the polyline into a collection of entities formed by and .
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
⚠️ **GitHub.com Fallback** ⚠️