Back Help
This element defines a docking bar, called a "panel" in the application's user interface. This element must be closed. A docking bar has its own GUID but since an application user can generate his or her own panels, the GUID is generated on the fly. You don't have to worry about this unless you wish to manually create a docking bar by editing an XML file. If that is the case, use a ScenomePlatform application to generate a GUID. Docking bar elements contain editors such as the hierarchy editor, material editor, and property editor.
| Attribute | Value |
| name | String, "Primary Panel" |
| GUID | String, "{89BA8C40-0FCD-41BE-A59A-FF699CA45070}" |
| dockposition | String, "top", "bottom", "left", "right", "float", "right,top", "left,top", etc.
|
Several examples are provided below.
<dockbar name="Primary Panel" guid="{89BA8C40-0FCD-41BE-A59A-FF699CA45070}"></dockbar>
<dockbar name="Primary Panel" guid="{89BA8C40-0FCD-41BE-A59A-FF699CA45070}" position="left,top">
<dockedview name="Hierarchy" guid="{1F91F9F6-F612-46D4-A453-4B81096121A9}"/>
<dockedview name="Materials" guid="{1F922102-F612-46D4-A453-4B81096121A9}"/>
<dockedview name="Enumerate" guid="{1F922100-F612-46D4-A453-4B81096121A9}"/>
<activeview guid="{1F91F9F6-F612-46D4-A453-4B81096121A9}"/>
</dockbar>
ScenomePlatform is capable of storing the following configurations in XML. Other configurations are available but not via configuration from XML.
Figure 1.1. Docking Positions. dockposition="left,top" and dockposition="left,bottom"
Figure 1.2. Docking Positions. dockposition="right,top" and dockposition="right,bottom"
Figure 1.3. Docking Positions. dockposition="left"
Figure 1.4. Docking Positions. dockposition="right"
Figure 1.5. Docking Positions. dockposition="bottom"
Figure 1.6. Docking Positions. dockposition="top"
Figure 1.7. Docking Positions. dockposition="bottom,left" and dockposition="bottom,right"
Figure 1.8. Docking Positions. dockposition="top,left" and dockposition="top,right"