Skip to content

Advanced Filtering

Filter BIM elements by properties with complex conditions.

Object Name Filter

Filter elements directly by name in the Explorer:

  1. Open the Explorer Panel
  2. Enter text in the search field
  3. The tree is filtered live
  4. Only matching elements and their parent nodes are shown

Quick Navigation

The object name filter is ideal for quickly finding specific components like "Wall GF 001" or "Slab FF".

Advanced Filter

For complex filtering, open the Filter Dialog:

  1. Click Filter in the toolbar
  2. Or open the Explorer Panel and switch to the Filter Tab

Create Conditions

Each condition consists of:

FieldDescription
Property SetThe property group (e.g., Pset_WallCommon)
PropertyThe specific property
OperatorComparison operator
ValueThe value to compare

Available Operators

OperatorDescriptionExample
=EqualsName = "External Wall"
!=Not equalsStatus != "Demolished"
containsText containsName contains "Wall"
starts withText starts withOZ starts with "300"
ends withText ends withName ends with "GF"
>Greater thanArea > 10
<Less thanVolume < 5
>=Greater or equalHeight >= 2.5
<=Less or equalWidth <= 0.3

Multiple Conditions

Combine conditions with:

  • AND - All conditions must be met
  • OR - At least one condition must be met

Apply Filter

After creating conditions:

ActionDescription
FilterShows count of matching elements
SelectSelects all matching elements
HideHides matching elements
IsolateShows only matching elements

Save Filter

Save frequently used filters:

  1. Create the filter
  2. Click "Save Filter"
  3. Enter a name
  4. The filter appears in the list

Pin Filter :

You can pin important filters at the top:

  1. Right-click on a saved filter
  2. "Pin"
  3. The filter appears at the top in quick selection

Pinned filters are more accessible and always visible.

Load Saved Filters

  1. Open the Filter Dialog
  2. Select from the dropdown list
  3. The conditions are loaded

Tips

Quick Type Filtering

To find all elements of a type, use: IFC-Type = IfcWall

Number Filters

For numeric properties, use comparison operators to define ranges.

See Also

BIM AVA Documentation