DEPRECATED: | Since Wildfire 5.0 | ||||||||||
SUPERSEDED BY: | ProFeatureWithoptionsResume | ||||||||||
Description | |||||||||||
Resumes the specified features in the solid.
NOTES: If the input feature array contains features that are already resumed, ProFeatureResume returns an error and does not resume suppressed features. This function is deprecated. Use ProFeatureWithoptionsResume() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. |
|||||||||||
Replacement in Object TOOLKIT: | pfcSolid::ExecuteFeatureOps | ||||||||||
Synopsis | |||||||||||
#include <ProFeature.h> | |||||||||||
ProError | ProFeatureResume | ( | |||||||||
ProSolid solid | |||||||||||
/* (In) | |||||||||||
The part or assembly to which the features belong | |||||||||||
*/ | |||||||||||
int* feat_ids | |||||||||||
/* (In) | |||||||||||
The array of feature identifiers to be resumed | |||||||||||
*/ | |||||||||||
int feat_count | |||||||||||
/* (In) | |||||||||||
The size of the feat_ids array | |||||||||||
*/ | |||||||||||
ProFeatureResumeOptions* resume_opts | |||||||||||
/* (In) | |||||||||||
The array of options for resuming features | |||||||||||
*/ | |||||||||||
int num_opts | |||||||||||
/* (In) | |||||||||||
The size of the resume_opts array | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|