Skip to content

Overload_Rhino_Geometry_Curve_NormalizedLengthParameters

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.NormalizedLengthParameters Method

Overload List

 

Name Description
Public method NormalizedLengthParameters(Double[], Double) Input the parameter of the point on the curve that is a prescribed arc length from the start of the curve. A fractional tolerance of 1e-8 is used in this version of the function.
Public method NormalizedLengthParameters(Double[], Double, Interval) Input the parameter of the point on the curve that is a prescribed arc length from the start of the curve. A fractional tolerance of 1e-8 is used in this version of the function.
Public method NormalizedLengthParameters(Double[], Double, Double) Input the parameter of the point on the curve that is a prescribed arc length from the start of the curve.
Public method NormalizedLengthParameters(Double[], Double, Double, Interval) Input the parameter of the point on the curve that is a prescribed arc length from the start of the curve.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally