Category Features, Object ProFeature

Function ProFeatureParamsDisplay


Description
Displays the same parameters shown by Creo Parametric when you modify a feature.
Replacement in Object TOOLKIT: pfcSession::UIDisplayFeatureParams
Synopsis
#include <ProFeature.h>
ProErrorProFeatureParamsDisplay(
ProSelection feature_sel
/* (In)
A ProSelection structure for the feature
*/
ProParamType param_type
/* (In)
The parameter type to show
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully displayed the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_E_NOT_FOUNDThe model is not the top-level model in the window.

Manual References:

  1. Annotations: Annotation Features and Annotations: Access to Annotations

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestGtol.c )
  3. pt_geardesign ( GearDesign.c )
  4. pt_userguide ( UgDimDisplayRounded.c )
  5. pt_userguide ( UgDimsChange.c )
  6. pt_userguide ( UgUISlider.c )