Category Mechanica, Object ProMechinterface

Function ProMechinterfaceBonddataGet


Description
Obtains the handle to bonded interface data from the object handle.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechInterface.h>
ProErrorProMechinterfaceBonddataGet(
ProMechItem* item
/* (In)
The interface.
*/
ProMechInterfaceBondData* data
/* (Out)
The handle to the interface data. Free this using ProMechinterfaceBonddataFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_INVALID_TYPEThis item does not contain this type of interface.
PRO_TK_BAD_CONTEXTThe Creo Simulate session is not initialized.
PRO_TK_INVALID_PTRThe Input ProMechItem Solid pointer is invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Items: Interfaces
  2. Creo Simulate: Items: Interfaces