Description | ||||||||||||||||||||||||||
Update the ATB model(s)/feature(s). | ||||||||||||||||||||||||||
Replacement in Object TOOLKIT: | wfcWModel::UpdateATB | |||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||
#include <ProATB.h> | ||||||||||||||||||||||||||
ProError | ProATBUpdate | ( | ||||||||||||||||||||||||
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 ATB-Enabled feature(s) in the model. In that case, the ATB Update operation will only work on the Feature(s) specified. If NULL, then the function will attempt to update the entire model (TIM from CADDS/CATIA). | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProPath* search_paths | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
ProArray of ProPath(s) indicating the set of additional directories to be searched for the master model. If NULL, then the function will search in current working directory or locations set in config-option atb_search_path. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
) | ||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||
|