Working with the Structure panel
The Structure panel displays a structured tree view of the entire drawing content and enables you to easily work with it (filter, group and sort elements to easily select it and modify their properties).
- Default displays a layer-based structure.
- Mechanical displays an entity-based structure.
- BIM displays a BIM entity-based structure.
- BIM - Compositions displays a BIM composition-based structure.
- BIM - Profiles displays a BIM profile-based structure.
- BIM - Types displays a BIM type-based structure.
Common use cases
- Delete all entities of a specific layer (default CST file)
-
- Open the Structure panel ().
- Click on the drop-down menu button () and select the default configuration.Note: To inspect the selected configuration click on the Configure structure tree option in the drop-down menu.
- In the Structure Tree expand the Entities node. All entities in the drawing are listed grouped first by the Layer property.
- In the Structure Tree select the node with the desired layer name. All entities belonging to this layer are automatically selected in the Model space.
- Press the Delete key. All layer's entities have been removed.
- Delete all the lines in a drawing (mechanical CST file)
-
- Open the Structure panel ().
- Click on the drop-down menu button () and select the mechanical configuration.Note: To inspect the selected configuration click on the Configure structure tree option in the drop-down menu.
- In the Structure Tree expand the Entities node. All entities in the drawing are listed grouped first by the Entity property.
- In the Structure Tree select the Lines node. All the lines in the drawing are automatically selected in the Model space.
- Press the Delete key. All the lines in the drawing have been removed.
How to work with rules
The principle of the Structure panel is comparing values of entity properties. The rules for the comparison process are stored in Structure Tree Configuration files (CST). The entities are then grouped in a structure tree based on the comparison's results. Grouping entities in the structure tree allows you to easily select entities with the same property value, check whether everything is as expected, or make changes to their properties.
You can decide how the entities are displayed in the structure tree by selecting a Structure Tree Configuration or creating a new one via the Configure Structure Tree dialog box. This dialog box lets you add rules defined by filters with results organized by grouping and sorting criteria. You can choose any entity type property BricsCAD recognizes (CAD, BIM, Mechanical, etc.) and custom properties as filtering, grouping, or sorting criteria.
- Rules
-
Each rule is marked by a folder in the Configure Structure Tree dialog box.
All entities in the drawing try to fit under existing rules in top-down order by checking each rule's filters. Entities that do not fall under a specific rule's filters pass to the following rule in the structure to be analyzed by its filters.
When at least one entity falls under a rule, the Structure panel shows a corresponding node in the Structure Tree containing the rule's filtered entities. The Structure Tree displays these entities in the node in the order dictated by the rule's grouping and sorting criteria.
- Predefined rules
- There are two predefined rules in the Structure panel's [default] CST configuration, Comparison and Entities.
Procedure: filter all dimension entities in a drawing
To have all dimensions in a drawing displayed under one node in the Structure Tree, do the following:
- Right-click on the name of your drawing in the Structure Browser, then choose Configure in the context menu to open the Configure Structure Tree dialog box.
- Go to File and choose Save as... option. Give a name to the new configuration file (for example, 'dim_filter') and save it. The default folder for CST files is the Support folder: C:\Users\%username%\AppData\Roaming\Bricsys\BricsCAD\V24x64\en_US\Support
- Go to Group/Sort tab and click the Add rule or property button. A new Rule is added at the end of the structure.
- Click on the new rule's name and rename it 'Dimensions'.Note: Renaming the new rule with a distinct name is essential to have an actual filtering effect in the panel's Structure Tree.
- Click on Dimensions rule's Filter node and click on the Add rule or property button to display the Select property dialog box.
- In the Select property dialog box's search field type 'dym style'. Use the Find next button () or press Enterto jump to the Angular dimension Dym style property.
- Press OK to add the Dym style dimension property to the rule.
- In the Configure Structure Tree dialog box select the Dimensions rule. Click on the Move property up button until the Dimensions rule is placed above the Entities rule.