Rhino C++ API
8.13
|
This is the complete list of members for RhinoSdkBlend, including all inherited members.
CurveBlend(ON_3dPoint position[2], ON_3dVector tangent[2], ON_3dVector curvature[2], int continuity[2]) | RhinoSdkBlend | static |
CurveBlend(const ON_Curve *pC0, double t0, bool bRev0, int continuity0, const ON_Curve *pC1, double t1, bool bRev1, int continuity1) | RhinoSdkBlend | static |
GetSurfaceTangentAndCurvature(const ON_BrepFace *pF, const ON_BrepEdge *pE, double t, bool bRev, ON_3dPoint &P, ON_3dVector &T, ON_3dVector &K) | RhinoSdkBlend | static |
ScaleBlendTangents(ON_3dPoint P0, ON_3dPoint P1, ON_3dVector &T0, ON_3dVector &T1, int pointcount) | RhinoSdkBlend | static |
SurfaceBlend(const ON_BrepFace *pF0, const ON_BrepEdge *pE0, ON_Interval domain0, bool bRev0, int continuity0, const ON_BrepFace *pF1, const ON_BrepEdge *pE1, ON_Interval domain1, bool bRev1, int continuity1, ON_SimpleArray< ON_Brep * > &output_surfaces) | RhinoSdkBlend | static |
SurfaceBlend(CRhinoDoc &doc, const ON_BrepFace *pF0, const ON_BrepEdge *pE0, ON_Interval domain0, bool bRev0, int continuity0, const ON_BrepFace *pF1, const ON_BrepEdge *pE1, ON_Interval domain1, bool bRev1, int continuity1, ON_SimpleArray< ON_Brep * > &output_surfaces) | RhinoSdkBlend | static |
SurfaceBlendShape(const ON_BrepFace *pF0, const ON_BrepEdge *pE0, double t0, bool bRev0, int continuity0, const ON_BrepFace *pF1, const ON_BrepEdge *pE1, double t1, bool bRev1, int continuity1) | RhinoSdkBlend | static |