Category 3D interface, Object ProATB

Function ProATBMarkAsOutOfDate


Description
Mark the ATB model/feature as out of date.
Replacement in Object TOOLKIT: wfcWModel::MarkATBModelAsOutOfDate
Synopsis
#include <ProATB.h>
ProErrorProATBMarkAsOutOfDate(
ProMdl model
/* (In)
Creo Parametric Part or Assembly that is a) A TIM representation of a model imported from the ATB interface such as CADDS/CATIA b) A Creo Parametric Assembly containing one or more components which are model imported from an ATB Interface such as CADDS/CATIA c) A Creo Parametric Part containing an Import Feature that is imported from an ATB Interface such as ICEM.
*/
int* feat_ids
/* (In)
ProArray of feature id(s). Used to indicate one or more ABT-Enabled feature(s) in the model. In that case, the specified feature(s) will be considered as out of date for the ATB Update operation. If NULL, then the model will be considered as out of date for the ATB Update operation.
*/
)
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.
PRO_TK_UNSUPPORTEDThe input model is Multi-CAD model.

Manual References:

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