Description | ||||||||||||||
Deletes the specified features from the solid.
NOTE:Features of non-native models may or may not get deleted. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProFeature.h> | ||||||||||||||
ProError | ProFeatureWithoptionsDelete | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly to which the features belong | ||||||||||||||
*/ | ||||||||||||||
int* feat_list | ||||||||||||||
/* (In) | ||||||||||||||
A ProArray of feature identifiers to be deleted | ||||||||||||||
*/ | ||||||||||||||
ProFeatureDeleteOptions* opts | ||||||||||||||
/* (In) | ||||||||||||||
A ProArray of options for deleting 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 |