DEPRECATED: | Since Wildfire 4.0 | |||||||||||||||||||
SUPERSEDED BY: | ProMechinterfaceFreedataGet | |||||||||||||||||||
Description | ||||||||||||||||||||
Note: From release Wildfire 4.0 this function is superseded by ProMechinterfaceFreedataGet(). PTC recommends using the new function in place of this function in all new or updated user applications.
Obtains whether or not this Free interface should create compatible mesh (split surfaces). |
||||||||||||||||||||
Licensing Requirement | ||||||||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProMechInterface.h> | ||||||||||||||||||||
ProError | ProMechinterfaceCompatiblemeshGet | ( | ||||||||||||||||||
ProMechItem* item | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The interface. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProBoolean* compatible_mesh | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
the flag for compatible meshes. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|