API 文件集 > Features > Object ProFeature > Function ProFeatureResume
Function ProFeatureResume
DEPRECATED:
Since Wildfire 5.0
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:
Synopsis
#include <ProFeature.h>
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
*/
/* (In)
The array of options for resuming features
*/
int num_opts
/* (In)
The size of the resume_opts array
*/
)
Returns
The function successfully resumed the features.
Model is in read-only state.
Suppressed parents were found.
One or more of the arguments are invalid.
這是否有幫助?