API 文件集 > Miscellaneous > Object ProModel > Function ProModelListTIMFeatures
Function ProModelListTIMFeatures
Description
Utility function to list the feature ids of all the ATB-Enabled TIM Features in a Model. A TIM Feature is a model imported from ICEM or Neutral. This utility function can be run after determining if a Model has one or more TIM feature(s), using the utility function ProModelHasTIMFeature(...)
Replacement in Object TOOLKIT:
Synopsis
#include <ProATB.h>
ProModelListTIMFeatures
(
ProMdl model
/* (In)
Creo Parametric Part or Assembly.
*/
int** p_feat_ids
/* (Out)
returns the list of ids of ATB-enabled features. If NO TIM Features can be found in the model, the return value *p_feat_ids is NULL. The function allocates space for this ProArray. User must call ProArrayFree() to free the array of integer(s).
*/
)
Returns
The function run successfully.
The function could not run, since one or more REQUIRED inputs were missing or incorrect.
這是否有幫助?