API 文档 > Geometry items > Object ProSurface > Function ProSurfaceToNURBS
Function ProSurfaceToNURBS
Description
Generates the NURBS surface representation, given the surface handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
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
The function successfully generated the NURBS surface.
The input argument is invalid.
See Also
Sample Code References
User Guide References
这对您有帮助吗?