Category Windows and views, Object ProTreetool

Function ProTreetoolRefresh


Description
Refreshes the display of the model tree.
Replacement in Object TOOLKIT: wfcWModel::RefreshMdlTree
Synopsis
#include <ProMdl.h>
ProErrorProTreetoolRefresh(
ProMdl model
/* (In)
The model whose tree is to be refreshed
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully refreshed the tree.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe model tree is not present.

Manual References:

  1. Core: Features: Creating Local Groups
  2. User Interface: Basic Graphics: Repainting Windows
  3. Core: Solids, Parts, and Materials: Regenerating a Solid

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestFeats.c )
  3. pt_examples ( TestFeats.c )
  4. pt_examples ( TestFeats.c )
  5. pt_examples ( TestFeats.c )
  6. pt_examples ( TestFeats.c )
  7. pt_examples ( TestDtmPln.c )
  8. pt_geardesign ( GearDesign.c )
  9. pt_geardesign ( GearDesign.c )
  10. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  11. pt_userguide ( UgAsmcompConstraint.c )
  12. pt_userguide ( UgAsmcompConstraint.c )