C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Constructor of the spatial spline with tangents. More...
Classes | |
class | MbNurbs3DCreator |
Spatial spline constructor. More... | |
Functions | |
MbCreator * | CreateSplineThrough (const SArray< MbCartPoint3D > &points, MbeSplineParamType paramType, size_t degree, bool closed, RPArray< c3d::PntMatingData3D > &transitions, const MbSNameMaker &snMaker, MbResultType &resType, MbCurve3D *&resCurve) |
Create a spatial spline through points and with the given tangents. More... | |
MbCreator * | CreateSplineBy (const SArray< MbCartPoint3D > &points, size_t degree, bool closed, const SArray< double > *weights, const SArray< double > *knots, c3d::PntMatingData3D *begData, c3d::PntMatingData3D *endData, const MbSNameMaker &snMaker, MbResultType &resType, MbCurve3D *&resCurve) |
Create a spatial spline from points and tangents. More... | |
Constructor of the spatial spline with tangents.