Click or drag to resize

CurveRepair Method

Repairs a curve.

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

Parameters

tolerance
Type: SystemDouble
The repair tolerance.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also