Click or drag to resize

PolylineExtension Class

Provides extension methods for the Polyline type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPolylineExtension

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

The PolylineExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBreakAtPoint
Cuts the Polyline at specified point (closest point if the point does not lies on the polyline).
Public methodStatic memberCentroid
Gets the Polyline centroid.
Public methodStatic memberCentroid2d
Gets the Polyline centroid.
Public methodStatic memberFilletAll
Adds an arc (fillet), when possible, at each vertex.
Public methodStatic memberFilletAt
Adds an arc (fillet), when possible, at specified vertex.
Public methodStatic memberGetOrthoProjectedPolyline
Creates a new Polyline which is the result of the orthogonal projection of the Polyline on the specified plane.
Public methodStatic memberGetPointContainment(Polyline, Point3d)
Evaluates if the point is inside, outside or on the Polyline using Tolerance.Global.
Public methodStatic memberGetPointContainment(Polyline, Point3d, Double)
Evaluates if the point is inside, outside or on the Polyline using the specified Tolerance.
Public methodStatic memberGetProjectedPolyline
Creates a new Polyline which is the result of the projection of the Polyline on the specified plane in the specified direction.
Public methodStatic memberScaleBulge
Applies a scale factor to a bulge value.
Public methodStatic memberToSpline
Converts the Polyline into a Spline.
Top
See Also