API Documentation
>
Surface geometry
>
Object ProSurfacedata
> Function ProSurfacedataFree
Function ProSurfacedataFree
Description
Frees all underlying memory of the surface data structure.
Synopsis
#include <
ProSurfacedata.h
>
ProError
ProSurfacedataFree
(
ProSurfacedata
* p_surf_data
/* (In)
The surface data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
User Guide References
Geometry of Surfaces:ProSurfacedataFree
Was this helpful?
This site works best with JavaScript enabled