C++ Is there a tween curve/surface function?

I see that there is one in RhinoCommon API, but can’t seem to find it in the c++ sdk. Am i missing something?

The C++ SDK functions for tween curves are;
RhinoTweenCurves, RhinoTweenCurvesWithMatching and RhinoTweenCurveWithSampling

Tween surfaces is not exposed in the SDK.

oh, thank you! somehow they didn’t show up while searching for “tween”… neither in the sdk help file, nor in the api web page. weird.
Again, thanks! :slight_smile:

You are right. I tried "tween’, but nothing showed. I had to type “RhinoTw…” to get the autocoplete in this page: https://developer.rhino3d.com/api/cpp/

@scottd can the search be improved?