Documentação da API > Solids and parts > Object ProSolid > Function ProSolidFeatstatusGet
Function ProSolidFeatstatusGet
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>
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
The function successfully returned the features.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Isto foi útil?