Overload_Rhino_Geometry_Curve_CreateTweenCurves - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateTweenCurves Method

Overload List

 

Name Description
Public methodStatic member CreateTweenCurves(Curve, Curve, Int32) **Obsolete. ** Creates curves between two open or closed input curves. Uses the control points of the curves for finding tween curves. That means the first control point of first curve is matched to first control point of the second curve and so on. There is no matching of curves direction. Caller must match input curves direction before calling the function.
Public methodStatic member CreateTweenCurves(Curve, Curve, Int32, Double) Creates curves between two open or closed input curves. Uses the control points of the curves for finding tween curves. That means the first control point of first curve is matched to first control point of the second curve and so on. 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

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