Documentación de la API > Miscellaneous > Object ProModel > Function ProModelHasTIMFeature
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:
Synopsis
#include <ProATB.h>
ProModelHasTIMFeature
(
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
The function run successfully.
The function could not run, since one or more REQUIRED inputs were missing or incorrect.
User Guide References
¿Fue esto útil?