M_Rhino_Geometry_Curve_RemoveShortSegments - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.RemoveShortSegments 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) Version: Rhino 6.0

Syntax

C#

public bool RemoveShortSegments(
	double tolerance
)

VB

Public Function RemoveShortSegments ( 
	tolerance As Double
) As Boolean

Parameters

 

tolerance
Type: System.Double
Tolerance which defines "short" segments.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️