DEPRECATED: | Since Wildfire 4.0 | |||||||||||||||||||
SUPERSEDED BY: | ProMechgapReferencesGet | |||||||||||||||||||
Description | ||||||||||||||||||||
Note: From release Wildfire 4.0 this function is superseded by ProMechgapReferencesGet(). PTC recommends using the new function in place of this function in all new or updated user applications.
Obtains the references used by this contact. |
||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProMechContact.h> | ||||||||||||||||||||
ProError | ProMechcontactReferencesGet | ( | ||||||||||||||||||
ProMechItem* item | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The Gap or Interface. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProMechGeomref** references | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
ProArray of references. Free this array using ProMechgeomrefProarrayFree(). | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|