Description | ||||||||
Utility function to check if the model is a TIM or not. | ||||||||
Replacement in Object TOOLKIT: | wfcWModel::GetTIMInfo | |||||||
Synopsis | ||||||||
#include <ProATB.h> | ||||||||
ProError | ProModelIsTIM | ( | ||||||
ProMdl model | ||||||||
/* (In) | ||||||||
Creo Parametric Part or Assembly. | ||||||||
*/ | ||||||||
ProBoolean* isTIM | ||||||||
/* (Out) | ||||||||
Boolean value to represent if the model is a TIM or not. Return PRO_B_TRUE if model is a TIM. Return PRO_B_FALSE, if model is not a TIM. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|