Category Features, Object ProFeature

Function ProFeatureResume


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>
ProErrorProFeatureResume(
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
PRO_TK_NO_ERRORThe function successfully resumed the features.
PRO_TK_SUPP_PARENTSSuppressed parents were found.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Core: Features: Manipulating Features
  4. Core: Features: Manipulating Features based on Regeneration Flags