Description | ||||||||
Generates the NURBS surface representation, given the surface handle. | ||||||||
Replacement in Object TOOLKIT: | pfcSurface::GetNURBSRepresentation | |||||||
Synopsis | ||||||||
#include <ProSurface.h> | ||||||||
ProError | ProSurfaceToNURBS | ( | ||||||
ProSurface surface | ||||||||
/* (In) | ||||||||
The surface handle. | ||||||||
*/ | ||||||||
ProSurfacedata** p_nurb_surf_data | ||||||||
/* (Out) | ||||||||
A pointer to a ProSurfacedata structure. The function allocates the memory for this argument. To free it, call the function ProSurfacedataFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProSurfacedataFree |