Overload_Rhino_Geometry_Curve_LengthParameter - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.LengthParameter Method

Overload List

 

Name Description
Public method LengthParameter(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.
Public method LengthParameter(Double, Double, Interval) 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.
Public method LengthParameter(Double, Double, Double) Gets the parameter along the curve which coincides with a given length along the curve.
Public method LengthParameter(Double, Double, Double, Interval) Gets the parameter along the curve which coincides with a given length along the curve.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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