Category Features, Object ProFeature

Function ProFeatureHasGeomchks


Description
Determines whether the specified feature in a part or assembly has geometry check items.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureHasGeomchks(
ProFeature* p_feat_handle
/* (In)
The feature to be checked.
*/
ProBoolean* p_has_gerrs
/* (Out)
If this is PRO_B_TRUE, the feature has geometry check items. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestMisc.c )