API Documentation > Mechanica > Object ProMechcontact > Function ProMechcontactReferencesGet
Function ProMechcontactReferencesGet
DEPRECATED:
Since Wildfire 4.0
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
Synopsis
#include <ProMechContact.h>
ProMechcontactReferencesGet
(
/* (In)
The Gap or Interface.
*/
ProMechGeomref** references
/* (Out)
ProArray of references. Free this array using ProMechgeomrefProarrayFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
A general error is encountered.
The Input ProMechItem Solid pointer is invalid.
There is not enough memory to perform the operation.
Was this helpful?