M_Rhino_Geometry_Curve_RemoveShortSegments - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public bool RemoveShortSegments(
double tolerance
)
VB
Public Function RemoveShortSegments (
tolerance As Double
) As Boolean
- tolerance
- Type: System.Double
Tolerance which defines "short" segments.
Type: Boolean
true if removable short segments were found. false if no removable short segments were found.
Supported in: 6.0.16224.21491, 5D58w