Category
Mechanica
, Object
ProMechgeomref
Function ProMechgeomrefFree
Description
Frees the memory for a Creo Simulate geometric entity.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <
ProMechGeomref.h
>
ProError
ProMechgeomrefFree
(
ProMechGeomref
entity
/* (In)
The handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_BAD_CONTEXT
The Creo Simulate session was not initialized.
PRO_TK_NO_LICENSE
No license was available to enable this function.
Manual References:
Creo Simulate: Items: Geometric References
Creo Simulate: Items: Geometric References
Sample Code References:
pt_mech_examples ( PTMechExItemInfo.c )
pt_mech_examples ( PTMechExItemInfo.c )
pt_mech_examples ( PTMechExItemInfo.c )