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

NURBS surface. More...

#include <templ_c_array.h>
#include <tool_multithreading.h>
#include <templ_dptr.h>
#include <surf_polysurface.h>
#include <mb_nurbs_function.h>

Classes

class  MbWeightMatrix
 Weights of a NURBS surface. More...
 
class  MbSplineSurface
 NURBS surface. More...
 

Functions

bool DefineThroughPointsParams (ptrdiff_t degree, bool closed, const Array2< MbCartPoint3D > &points, bool alongLines, MbeSplineParamType spType, SArray< double > &params)
 Determine a parametric distribution of points for the construction of NURBS surface passing through these points. More...
 
bool DefineThroughPointsParams (ptrdiff_t degree, bool closed, const Array2< MbCartPoint3D > &points, bool alongLines, ptrdiff_t rowInd, MbeSplineParamType spType, SArray< double > &params)
 Determine a parametric distribution of points for the construction of NURBS surface passing through these points. More...
 

Detailed Description

NURBS surface.