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 | ProSolidFeatstatusSet | ( | |||||||||
ProSolid solid | |||||||||||
/* (In) | |||||||||||
The solid. | |||||||||||
*/ | |||||||||||
int* feat_id_array | |||||||||||
/* (In) | |||||||||||
An array of features. | |||||||||||
*/ | |||||||||||
ProFeatStatus* status_array | |||||||||||
/* (In) | |||||||||||
An array of feature statuses. If this is NULL, the statuses are not changed. | |||||||||||
*/ | |||||||||||
int num_features | |||||||||||
/* (In) | |||||||||||
The size of the above arrays. | |||||||||||
*/ | |||||||||||
ProBoolean can_fix | |||||||||||
/* (In) | |||||||||||
If regeneration fails, invoke the Fix Model user interface. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|