API 文件集 > Features > Object ProFeature > Function ProFeatureWithoptionsResume
Function ProFeatureWithoptionsResume
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>
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
*/
/* (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
The function successfully resumed the features.
Suppressed parents were found.
One or more of the arguments are invalid.
Invalid regeneration flag(s) for this function.
See Also
Sample Code References
User Guide References
這是否有幫助?