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
>
ProError
ProTreetoolRefresh
(
ProMdl
model
/* (In)
The model whose tree is to be refreshed
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully refreshed the tree.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_E_NOT_FOUND
The model tree is not present.
Manual References:
Core: Solids, Parts, and Materials: Regenerating a Solid
Core: Features: Creating Local Groups
User Interface: Basic Graphics: Repainting Windows
Sample Code References:
pt_examples ( TestAsm.c )
pt_examples ( TestFeats.c )
pt_examples ( TestFeats.c )
pt_examples ( TestFeats.c )
pt_examples ( TestFeats.c )
pt_examples ( TestFeats.c )
pt_examples ( TestDtmPln.c )
pt_geardesign ( GearDesign.c )
pt_geardesign ( GearDesign.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_userguide ( UgAsmcompConstraint.c )
pt_userguide ( UgAsmcompConstraint.c )