You can now select elements by material in the material manager.

This commit is contained in:
Dion Moult
2022-03-22 13:25:26 +11:00
parent 9b9f0058f9
commit 0bba31e5f9
10 changed files with 76 additions and 0 deletions
@@ -110,3 +110,12 @@ Scenario: Assign material - Assign a material profile set
When I set "active_object.BIMObjectMaterialProperties.material_type" to "IfcMaterialProfileSet"
And I press "bim.assign_material"
Then nothing happens
Scenario: Select by material
Scenario: Load materials - then add material
Given an empty IFC project
And I press "bim.load_materials"
And I press "bim.add_material(obj='')"
And the variable "material" is "{ifc}.by_type('IfcMaterial')[0].id()"
When I press "bim.select_by_material(material={material})"
Then nothing happens