Polyline2dExtension Class |
Namespace: Gile.AutoCAD.Geometry
The Polyline2dExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| Centroid |
Gets the centroid.
| |
| GetArcSegment2dAt |
Gets the circular arc 2D segment at specified index.
| |
| GetArcSegmentAt |
Gets the circular arc 3D segment at specified index.
| |
| GetLineSegment2dAt |
Gets the linear 2D segment at specified index.
| |
| GetLineSegmentAt |
Gets the linear 3D segment at specified index.
| |
| GetOrthoProjectedPolyline |
Creates a new Polyline which is the result of the orthogonal projection of the Polyline2d on the specified plane.
| |
| GetProjectedPolyline |
Creates a new Polyline which is the result of the projection of the Polyline2d on the specified plane in the specified direction.
| |
| GetVertices |
Gets the list of verices.
|