Description | |||||||||||||||||
Suppresses the specified features in the solid.
NOTE:Features of non-native models may or may not get suppressed. |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProFeature.h> | |||||||||||||||||
ProError | 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 | |||||||||||||||||
*/ | |||||||||||||||||
ProFeatureDeleteOptions* opts | |||||||||||||||||
/* (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 | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProArrayAlloc | |||||||||||||||||
ProArrayObjectAdd | |||||||||||||||||
ProArrayFree |