Category Features, Object ProFeature

Function ProFeatureIsIncomplete


Description
Determines whether the specified feature is incomplete.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureIsIncomplete(
ProFeature* p_feat_handle
/* (In)
The feature to check for completeness.
*/
ProBoolean* p_is_incomplete
/* (Out)
If the feature is incomplete, this is PRO_B_TRUE. 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. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry
  3. Element Trees: Principles of Feature Creation: Calling ProFeatureCreate()
  4. Element Trees: Principles of Feature Creation: Feature Inquiry
  5. Element Trees: Principles of Feature Creation: Feature Inquiry
  6. Assembly: Data Sharing Features: Accessing Properties of Variant Features

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_userguide ( UgCreoSweepCreate.c )