API 文档 > Features > Object ProFeature > Function ProFeatureWithoptionsSuppress
Function ProFeatureWithoptionsSuppress
Description
Suppresses the specified features in the solid.
NOTE:Features of non-native models may or may not get suppressed.
Synopsis
#include <ProFeature.h>
ProFeatureWithoptionsSuppress
(
ProSolid solid
/* (In)
The part or assembly to which the features belong
*/
int* feat_list
/* (In)
The ProArray of feature identifiers to be suppressed
*/
/* (In)
The ProArray of options for suppressing features
*/
int flags
/* (In)
The regeneration control flags. Pass as bitmask containing one or more of the bit flags PRO_REGEN* defined in ProSolid.h
*/
)
Returns
The function successfully suppressed the features.
One or more of the arguments are invalid.
Invalid regeneration flag(s) for this function.
One or more input features is not permitted to be suppressed.
The suppress operation failed.
See Also
Sample Code References
User Guide References
这对您有帮助吗?