DEPRECATED: | Since Wildfire 4.0 | |||||||||||||||||||
SUPERSEDED BY: | ProMechinterfaceBonddataGet | |||||||||||||||||||
Description | ||||||||||||||||||||
Note: From release Wildfire 4.0 this function is superseded by ProMechinterfaceBonddataGet() using a ProMechitem with the appropriate special id. PTC recommends using the new function in place of this function in all new or updated user applications.
Obtains whether or not Bonded default interface should use links. |
||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProMechInterface.h> | ||||||||||||||||||||
ProError | ProMechinterfaceDefaultUselinksGet | ( | ||||||||||||||||||
ProSolid owner | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The solid model. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProBoolean* use_links | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
the flag for use links. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|