Object ProModel

Function ProModelIsTIM


Description
Utility function to check if the model is a TIM or not.
Replacement in Object TOOLKIT: wfcWModel::GetTIMInfo
Synopsis
#include <ProATB.h>
ProErrorProModelIsTIM(
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
PRO_TK_NO_ERRORThe function run successfully.
PRO_TK_BAD_INPUTSThe function could not run, since one or more REQUIRED inputs were missing or incorrect.

Manual References:

  1. Interface: Importing Features: Associative Topology Bus Enabled Models and Features
  2. Interface: Importing Features: Associative Topology Bus Enabled Models and Features