Object ProModel

Function ProModelHasTIMFeature


Description
Utility function to check if the model has a TIM Feature. A TIM Feature is a model imported from ICEM or Neutral.
Replacement in Object TOOLKIT: wfcWModel::GetTIMInfo
Synopsis
#include <ProATB.h>
ProErrorProModelHasTIMFeature(
ProMdl model
/* (In)
Creo Parametric Part or Assembly.
*/
ProBoolean* hasTIMFeature
/* (Out)
returns false if it is a TIM-model, returns true if is a non-TIM model and it has ATB features.
*/
)
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