Click or drag to resize

CurveRemoveShortSegments Method

Looks for segments that are shorter than tolerance that can be removed. Does not change the domain, but it will change the relative parameterization.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool RemoveShortSegments(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
Tolerance which defines "short" segments.

Return Value

Type: Boolean
true if removable short segments were found. false if no removable short segments were found.
See Also