API Documentation
>
View manager
>
Object ProSimprepdata
> Function ProSimprepdataFree
Function ProSimprepdataFree
Description
Frees the memory occupied by the
ProSimprepdata
structure.
NOTE:
Operates on assemblies only, not parts.
Synopsis
#include <
ProSimprepdata.h
>
ProError
ProSimprepdataFree
(
ProSimprepdata
** p_data
/* (In)
The
ProSimprepdata
structure to be released
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References
pt_examples ( TestDrwSimprep.c )
pt_examples ( TestSimpRep.c )
pt_examples ( TestSimpRep.c )
pt_examples ( TestSimpRep.c )
pt_examples ( TestSimpRep.c )
pt_examples ( TestCollect.c )
pt_userguide ( UgSimprepCreate.c )
pt_userguide ( UgSimprepInfo.c )
User Guide References
Extracting Information About Simplified Representations:ProSimprepdataFree
Was this helpful?
This site works best with JavaScript enabled