-
-
Notifications
You must be signed in to change notification settings - Fork 117
ACadSharp.Entities.LwPolyline
Albert Domenech edited this page Oct 3, 2024
·
6 revisions
Represents a entity
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class LwPolyline
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 |
Returns | Name | Summary |
---|---|---|
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. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions