Skip to content

ACadSharp.Entities.Polyline

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

Polyline Class

Represents a entity

Definition

Namespace: ACadSharp.Entities

C#

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.
SeqendCollection1` Vertices Vertices that form this polyline.

Methods

Returns Name Summary
CadObject Clone
IEnumerable1` Explode
Clone this wiki locally