Category Mechanica, Object ProMechinterface

Function ProMechinterfaceUselinksGet


DEPRECATED: Since Wildfire 4.0
SUPERSEDED BY: ProMechinterfaceBonddataGet
Description
Note: From release Wildfire 4.0 this function is superseded by ProMechinterfaceBonddataGet(). PTC recommends using the new function in place of this function in all new or updated user applications.

Obtains whether or not this Bonded interface should use links.

Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechInterface.h>
ProErrorProMechinterfaceUselinksGet(
ProMechItem* item
/* (In)
The interface.
*/
ProBoolean* use_links
/* (Out)
the flag for use links.
*/
)
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.