Polyline.DeleteShortSegments Method

PolylineDeleteShortSegments Method

Removes all points that are closer than tolerance to the previous point.

Start and end points are left intact.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int DeleteShortSegments(
	double tolerance
)
Public Function DeleteShortSegments ( 
	tolerance As Double
) As Integer

Parameters

tolerance
Type: SystemDouble
Vertices closer together than tolerance will be removed.

Return Value

Type: Int32
Number of points (and segments) removed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also