Description | |||||||||||
Assigns the feature order and status of the specified solid based on the input (PRO_FEAT_ACTIVE, PRO_FEAT_SUPPRESSED, or PRO_FEAT_PROG_SUPPRESSED).
NOTES:
|
|||||||||||
Synopsis | |||||||||||
#include <ProSolid.h> | |||||||||||
ProError | ProSolidFeatstatusWithoptionsSet | ( | |||||||||
ProSolid solid | |||||||||||
/* (In) | |||||||||||
The solid. | |||||||||||
*/ | |||||||||||
int* feat_id_array | |||||||||||
/* (In) | |||||||||||
A ProArray of features. | |||||||||||
*/ | |||||||||||
int* status_array | |||||||||||
/* (In) | |||||||||||
A ProArray of feature statuses in the form of bit mask statuses like PRO_FEAT_STAT_*. If this is NULL, the statuses are not changed. | |||||||||||
*/ | |||||||||||
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 |