Detail Tree
 
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 help. Use the following functions to refresh, expand, and collapse the detail tree:
Functions Introduced:
Use the function ProDetailtreeRefresh() to rebuild the detail tree in the window that contains the model.
Use the function ProDetailtreeExpand() to expand the detail tree in the window.
Use the function ProDetailtreeCollapse() to collapse all nodes of the detail tree in the 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 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.
Isto foi útil?