Detail Tree
 
Creo Parametric 1.0 onwards, when the 3D Annotation tab is active, you can view the active combination state of a model and the annotations assigned to it. This representation is called a Detail Tree. For more information on Detail Tree, see the Creo Parametric help. Use the following functions to refresh, expand, and collapse the detail tree:
Functions Introduced:
ProDetailtreeRefresh()
ProDetailtreeExpand()
ProDetailtreeCollapse()
Use the function ProDetailtreeRefresh() to rebuild the detail tree in the Creo Parametric window that contains the model.
Use the function ProDetailtreeExpand() to expand the detail tree in the Creo Parametric window.
Use the function ProDetailtreeCollapse() to collapse all nodes of the detail tree in the Creo Parametric window and make its child nodes invisible.
The input arguments to these functions are:
solid—Handle to the model that contains the detail tree.
window_id—ID of the Creo Parametric window in which you want to refresh, expand, or collapse the detail tree.
Note:
 
Use PRO_VALUE_UNUSED to refresh, expand, or collapse the detail tree in the active window.
這是否有幫助?