Description | ||||||||||||||
Resumes the specified features in the solid.
NOTE: If the input feature array contains features that are already resumed, ProFeatureResume returns an error and does not resume suppressed features. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProFeature.h> | ||||||||||||||
ProError | ProFeatureWithoptionsResume | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly to which the features belong | ||||||||||||||
*/ | ||||||||||||||
int* feat_list | ||||||||||||||
/* (In) | ||||||||||||||
The ProArray of feature identifiers to be resumed | ||||||||||||||
*/ | ||||||||||||||
ProFeatureResumeOptions* opts | ||||||||||||||
/* (In) | ||||||||||||||
The ProArray of options for resuming features | ||||||||||||||
*/ | ||||||||||||||
int flags | ||||||||||||||
/* (In) | ||||||||||||||
The regeneration control flags. Bitmask containing one or more of the bit flags PRO_REGEN_* defined in ProSolid.h. PRO_REGEN_UNDO_IF_FAIL and PRO_REGEN_ALLOW_CONFIRM are not supported. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProArrayAlloc | ||||||||||||||
ProArrayObjectAdd | ||||||||||||||
ProArrayFree |