Description | ||||||||
Returns a list of features of the specified solid and their statuses (PRO_FEAT_ACTIVE, PRO_FEAT_SUPPRESSED, or PRO_FEAT_PROG_SUPPRESSED). | ||||||||
Synopsis | ||||||||
#include <ProSolid.h> | ||||||||
ProError | ProSolidFeatstatusGet | ( | ||||||
ProSolid solid | ||||||||
/* (In) | ||||||||
The solid | ||||||||
*/ | ||||||||
int** p_feat_id_array | ||||||||
/* (Out) | ||||||||
An array of features (preallocated by a call to ProArrayAlloc()). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet. | ||||||||
*/ | ||||||||
ProFeatStatus** p_status_array | ||||||||
/* (Out) | ||||||||
An array of feature statuses (preallocated by a call to ProArrayAlloc()). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet. | ||||||||
*/ | ||||||||
int* p_num_features | ||||||||
/* (Out) | ||||||||
The size of the above arrays | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProArrayAlloc |