Click or drag to resize

Polyline2dExtension Class

Provides extension methods for the Polyline2d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPolyline2dExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Polyline2dExtension

The Polyline2dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCentroid
Gets the centroid.
Public methodStatic memberGetArcSegment2dAt
Gets the circular arc 2D segment at specified index.
Public methodStatic memberGetArcSegmentAt
Gets the circular arc 3D segment at specified index.
Public methodStatic memberGetLineSegment2dAt
Gets the linear 2D segment at specified index.
Public methodStatic memberGetLineSegmentAt
Gets the linear 3D segment at specified index.
Public methodStatic memberGetOrthoProjectedPolyline
Creates a new Polyline which is the result of the orthogonal projection of the Polyline2d on the specified plane.
Public methodStatic memberGetProjectedPolyline
Creates a new Polyline which is the result of the projection of the Polyline2d on the specified plane in the specified direction.
Public methodStatic memberGetVertices
Gets the list of verices.
Top
See Also