DEPRECATED: | Since Wildfire 5.0 | |||||||||||||
SUPERSEDED BY: | ProFeatureWithoptionsSuppress | |||||||||||||
Description | ||||||||||||||
Suppresses the specified features in the solid.
NOTE: This function is deprecated. Use ProFeatureWithoptionsSuppress() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. |
||||||||||||||
Replacement in Object TOOLKIT: | pfcSolid::ExecuteFeatureOps | |||||||||||||
Synopsis | ||||||||||||||
#include <ProFeature.h> | ||||||||||||||
ProError | ProFeatureSuppress | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly to which the features belong | ||||||||||||||
*/ | ||||||||||||||
int* feat_ids | ||||||||||||||
/* (In) | ||||||||||||||
The array of feature identifiers to be suppressed | ||||||||||||||
*/ | ||||||||||||||
int feat_count | ||||||||||||||
/* (In) | ||||||||||||||
The size of the feat_ids array | ||||||||||||||
*/ | ||||||||||||||
ProFeatureDeleteOptions* suppress_opts | ||||||||||||||
/* (In) | ||||||||||||||
The array of options for suppressing features | ||||||||||||||
*/ | ||||||||||||||
int num_opts | ||||||||||||||
/* (In) | ||||||||||||||
The size of the suppress_opts array | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|