Documentación de la API > Geometry items > Object ProSurface > Function ProSurfaceDataFree
Function ProSurfaceDataFree
Description
Frees the memory for the ProSurface structure.
Synopsis
#include <ProSurface.h>
ProSurfaceDataFree
(
ProSurfacedata** p_curve_data
/* (In)
The address to the ProCurvedata*, allocated by ProSurfaceToNURBS()
*/
)
Returns
The function successfully freed the memory.
The input is invalid.
See Also
Sample Code References
¿Fue esto útil?