QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_nurbsvolume.cpp File Reference
#include "opennurbs.h"

Functions

bool ON_EvaluateNurbsCageSpan (int dim, int is_rat, int order0, int order1, int order2, const double *knot0, const double *knot1, const double *knot2, int cv_stride0, int cv_stride1, int cv_stride2, const double *cv0, int der_count, double t0, double t1, double t2, int v_stride, double *v)
 
bool ON_GetCageXform (const ON_NurbsCage &cage, ON_Xform &cage_xform)
 
 ON_OBJECT_IMPLEMENT (ON_MorphControl, ON_Geometry,"D379E6D8-7C31-4407-A913-E3B7040D034A")
 
 ON_OBJECT_IMPLEMENT (ON_NurbsCage, ON_Geometry,"06936AFB-3D3C-41ac-BF70-C9319FA480A1")
 

Function Documentation

◆ ON_EvaluateNurbsCageSpan()

bool ON_EvaluateNurbsCageSpan ( int dim,
int is_rat,
int order0,
int order1,
int order2,
const double * knot0,
const double * knot1,
const double * knot2,
int cv_stride0,
int cv_stride1,
int cv_stride2,
const double * cv0,
int der_count,
double t0,
double t1,
double t2,
int v_stride,
double * v )

◆ ON_GetCageXform()

bool ON_GetCageXform ( const ON_NurbsCage & cage,
ON_Xform & cage_xform )

◆ ON_OBJECT_IMPLEMENT() [1/2]

ON_OBJECT_IMPLEMENT ( ON_MorphControl ,
ON_Geometry ,
"D379E6D8-7C31-4407-A913-E3B7040D034A"  )

◆ ON_OBJECT_IMPLEMENT() [2/2]

ON_OBJECT_IMPLEMENT ( ON_NurbsCage ,
ON_Geometry ,
"06936AFB-3D3C-41ac-BF70-C9319FA480A1"  )