Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataFree
Description
Frees the memory used by the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataFree
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Interface: Importing Features: Creating Features from the Interface Data
Sample Code References:
pt_examples ( TestImportfeat.c )
pt_examples ( TestImportfeat.c )
pt_examples ( TestImportfeat.c )