GetSmoothness
0 - continuous curve / surface (i.e. degree 9)
1 - the direction of the curve / surface is gradually changing (i.e. degree 1)
2 - the change of direction of the curve / surface is gradually changing (i.e. degree 2)
In return value of this function retuns the dimension of the found smoothness:
0 - smoothness could not be defined
1 - found the smoothness of a curve
2 - found the smoothness of a surface
Syntax
// Visual Studio for Windows public: __int64 __declspec(dllexport) __stdcall GetSmoothness( __int64 owlInstance, __int64 * degree ); // Linux, OS-X and non-Visual Studio Windows solutions public: int64_t GetSmoothness( int64_t owlInstance, int64_t * degree );