Skip to content

Overload_Rhino_Geometry_Curve_CreateTweenCurvesWithSampling

Will Pearson edited this page Aug 12, 2016 · 1 revision

Curve.CreateTweenCurvesWithSampling Method

Overload List

 

Name Description
Public methodStatic member CreateTweenCurvesWithSampling(Curve, Curve, Int32, Int32) **Obsolete. ** Creates curves between two open or closed input curves. Use sample points method to make curves compatible. This is how the algorithm workd: Divides the two curves into an equal number of points, finds the midpoint between the corresponding points on the curves and interpolates the tween curve through those points. There is no matching of curves direction. Caller must match input curves direction before calling the function.
Public methodStatic member CreateTweenCurvesWithSampling(Curve, Curve, Int32, Int32, Double) Creates curves between two open or closed input curves. Use sample points method to make curves compatible. This is how the algorithm workd: Divides the two curves into an equal number of points, finds the midpoint between the corresponding points on the curves and interpolates the tween curve through those points. There is no matching of curves direction. Caller must match input curves direction before calling the function.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally