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

Constructor of spline on a surface by points. More...

#include <creator.h>
#include <mb_nurbs_function.h>
#include <mb_point_mating.h>
#include <templ_s_array.h>
#include <templ_rp_array.h>

Classes

class  MbSurfaceSplineCreator
 Spatial spline constructor. More...
 

Functions

MbCreatorCreateSurfaceSpline (const MbSurface &surface, bool throughPoints, SArray< MbCartPoint > &paramPnts, SArray< double > &paramWts, bool paramClosed, RPArray< c3d::PntMatingData3D > &spaceTransitions, const MbSNameMaker &snMaker, MbResultType &resType, RPArray< MbCurve3D > &resCurves)
 Create a curve on a surface. More...
 

Detailed Description

Constructor of spline on a surface by points.