C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
cr_nurbs3d.h File Reference

Constructor of the spatial spline with tangents. More...

#include <creator.h>
#include <mb_vector3d.h>
#include <cur_nurbs3d.h>

Classes

class  MbNurbs3DCreator
 Spatial spline constructor. More...
 

Functions

MbCreatorCreateSplineThrough (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...
 
MbCreatorCreateSplineBy (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...
 

Detailed Description

Constructor of the spatial spline with tangents.