Description | ||||||||||||||
Edit the references of feature to replace the old reference with new references. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProFeature.h> | ||||||||||||||
ProError | ProFeatureReferenceEdit | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly to which the features belong. | ||||||||||||||
*/ | ||||||||||||||
ProFeature* p_feat_handle | ||||||||||||||
/* (In) | ||||||||||||||
The feature handle. | ||||||||||||||
*/ | ||||||||||||||
ProReference* old_ref_arr | ||||||||||||||
/* (In) | ||||||||||||||
ProArray containing Old References | ||||||||||||||
*/ | ||||||||||||||
ProReference* new_ref_arr | ||||||||||||||
/* (In) | ||||||||||||||
ProArray containing New References corresponding to old references | ||||||||||||||
*/ | ||||||||||||||
int flags | ||||||||||||||
/* (In) | ||||||||||||||
The regeneration control flags. Pass as bitmask containing one or more of the bit flags PRO_REGEN* defined in ProSolid.h | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|