Documentação da API > Mechanica > Object ProMechinterface > Function ProMechinterfaceDefaultGet
Function ProMechinterfaceDefaultGet
DEPRECATED:
Since Wildfire 4.0
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
Synopsis
ProMechinterfaceDefaultGet
(
ProSolid owner
/* (In)
The solid model.
*/
ProMechInterfaceType* default_type
/* (Out)
The default type.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error is encountered.
Isto foi útil?