-
-
Notifications
You must be signed in to change notification settings - Fork 123
ACadSharp.Entities.IPolyline
Albert Domenech edited this page Aug 23, 2024
·
4 revisions
Namespace: ACadSharp.Entities
C#
public interface IPolyline
Returns | Name | Summary |
---|---|---|
Double |
Elevation | The current elevation of the object. |
Boolean |
IsClosed | Indicates that the polyline is closed. |
XYZ |
Normal | Specifies the three-dimensional normal unit vector for the object. |
Double |
Thickness | Specifies the distance a 2D object is extruded above or below its elevation. |
IEnumerable<IVertex> |
Vertices | Vertices that form the Polyline. |
Returns | Name | Summary |
---|---|---|
IEnumerable<Entity> |
Explode | Explodes the polyline into a collection of entities formed by and . |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions