Users can no longer create orphaned opening elements, which are invalid.

This commit is contained in:
Dion Moult
2023-02-28 10:05:22 +11:00
parent 9b75a415d4
commit 96271e8bd8
5 changed files with 14 additions and 49 deletions
@@ -141,7 +141,7 @@ Scenario: Assign material - material layer set
When I set "active_object.BIMObjectMaterialProperties.material_type" to "IfcMaterialLayerSet"
And I press "bim.assign_material"
Then the object "IfcWallType/Empty" does not have the material "Default"
And the object "IfcWallType/Empty" has a "0.1" thick layered material containing the material "Default"
And the object "IfcWallType/Empty" has a "100" thick layered material containing the material "Default"
Scenario: Unassign material - material layer set
Given an empty IFC project
@@ -173,9 +173,9 @@ Scenario: Unassign material - material layer set usages will not be removed
And the object "IfcWall/Cube" is selected
When the variable "type" is "{ifc}.by_type('IfcWallType')[0].id()"
And I press "bim.assign_type(relating_type={type}, related_object='IfcWall/Cube')"
Then the object "IfcWall/Cube" has a "0.1" thick layered material containing the material "Default"
Then the object "IfcWall/Cube" has a "100" thick layered material containing the material "Default"
When I press "bim.unassign_material"
Then the object "IfcWall/Cube" has a "0.1" thick layered material containing the material "Default"
Then the object "IfcWall/Cube" has a "100" thick layered material containing the material "Default"
Scenario: Enable editing assigned material - material layer set
Given an empty IFC project
@@ -448,4 +448,4 @@ Scenario: Remove material set layer
And I press "bim.remove_layer(layer={ifc}.by_id({material_set}).MaterialLayers[0].id())"
And I press "bim.add_layer(layer_set={material_set})"
When I press "bim.remove_layer(layer={ifc}.by_id({material_set}).MaterialLayers[0].id())"
Then nothing happens
Then nothing happens