CFx SDK Documentation
2020SP3
|
#include "Ge/GeSurface.h"
#include "Ge/GeKnotVector.h"
#include "OdPlatformSettings.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdGeNurbSurface |
Macros | |
#define | OD_GENURBSF_H /*!DOM*/ |
Typedefs | |
typedef OdGeVector3d | VectorDerivArray[derivArraySize][derivArraySize] |
typedef double | WDerivArray[derivArraySize][derivArraySize] |
Functions | |
GE_TOOLKIT_EXPORT OdGeNurbSurface * | convertFrom (const OdGeSurface *source, const OdGeTol &tol=OdGeContext::gTol, bool sameParametrization=false) |
#define OD_GENURBSF_H /*!DOM*/ |
Definition at line 25 of file GeNurbSurface.h.
typedef OdGeVector3d VectorDerivArray[derivArraySize][derivArraySize] |
Defines VectorDerivArray type.
Definition at line 39 of file GeNurbSurface.h.
typedef double WDerivArray[derivArraySize][derivArraySize] |
Defines the WDerivArray type.
Definition at line 44 of file GeNurbSurface.h.
GE_TOOLKIT_EXPORT OdGeNurbSurface* convertFrom | ( | const OdGeSurface * | source, |
const OdGeTol & | tol = OdGeContext::gTol , |
||
bool | sameParametrization = false |
||
) |