DEPRECATED: | Since Wildfire 4.0 | ||||||||||||||||
SUPERSEDED BY: | ProMechgapSimpledataGet | ||||||||||||||||
Description | |||||||||||||||||
Note: From release Wildfire 4.0 this function is superseded by ProMechgapSimpledataGet(). PTC recommends using the new function in place of this function in all new or updated user applications.
Obtains the distribution type for the contact item. |
|||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMechContact.h> | |||||||||||||||||
ProError | ProMechcontactDistributiontypeGet | ( | |||||||||||||||
ProMechItem* item | |||||||||||||||||
/* (In) | |||||||||||||||||
The contact item. | |||||||||||||||||
*/ | |||||||||||||||||
ProMechContactDistrType* type | |||||||||||||||||
/* (Out) | |||||||||||||||||
The distribution type. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|