Click or drag to resize

CurveLengthParameter Method (Double, Double)

Gets the parameter along the curve which coincides with a given length along the curve. A fractional tolerance of 1e-8 is used in this version of the function.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool LengthParameter(
	double segmentLength,
	out double t
)

Parameters

segmentLength
Type: SystemDouble
Length of segment to measure. Must be less than or equal to the length of the curve.
t
Type: SystemDouble
Parameter such that the length of the curve from the curve start point to t equals length.

Return Value

Type: Boolean
true on success, false on failure.
See Also