Skip to content

ACadSharp.Entities.Polyline

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

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