Click or drag to resize

PolylineCurveSetArcLengthParameterization Method

Sets the polyline curve to use arc length parameterization for higher quality geometry.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetArcLengthParameterization(
	double tolerance
)

Parameters

tolerance
Type: SystemDouble
Minimum distance tolerance.
See Also