DEPRECATED: | Since Wildfire 4.0 | ||||||||||||||||
SUPERSEDED BY: | ProMechinterfaceTypeGet | ||||||||||||||||
Description | |||||||||||||||||
Note: From release Wildfire 4.0 this function is superseded by ProMechinterfaceTypeGet() 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 the default interface connecton type. |
|||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMechInterface.h> | |||||||||||||||||
ProError | ProMechinterfaceDefaultGet | ( | |||||||||||||||
ProSolid owner | |||||||||||||||||
/* (In) | |||||||||||||||||
The solid model. | |||||||||||||||||
*/ | |||||||||||||||||
ProMechInterfaceType* default_type | |||||||||||||||||
/* (Out) | |||||||||||||||||
The default type. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|