PolylineExtension Class |
Namespace: Gile.AutoCAD.Geometry
The PolylineExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BreakAtPoint |
Cuts the Polyline at specified point (closest point if the point does not lies on the polyline).
|
![]() ![]() | Centroid |
Gets the Polyline centroid.
|
![]() ![]() | Centroid2d |
Gets the Polyline centroid.
|
![]() ![]() | FilletAll |
Adds an arc (fillet), when possible, at each vertex.
|
![]() ![]() | FilletAt |
Adds an arc (fillet), when possible, at specified vertex.
|
![]() ![]() | GetOrthoProjectedPolyline |
Creates a new Polyline which is the result of the orthogonal projection of the Polyline on the specified plane.
|
![]() ![]() | GetPointContainment(Polyline, Point3d) |
Evaluates if the point is inside, outside or on the Polyline using Tolerance.Global.
|
![]() ![]() | GetPointContainment(Polyline, Point3d, Double) |
Evaluates if the point is inside, outside or on the Polyline using the specified Tolerance.
|
![]() ![]() | GetProjectedPolyline |
Creates a new Polyline which is the result of the projection of the Polyline on the specified plane in the specified direction.
|
![]() ![]() | ScaleBulge |
Applies a scale factor to a bulge value.
|
![]() ![]() | ToSpline |
Converts the Polyline into a Spline.
|