Minor fix

This commit is contained in:
Dion Moult
2021-09-30 20:31:21 +10:00
parent 35ee1d5e96
commit a7a1616f9d
+2 -1
View File
@@ -120,7 +120,8 @@ Scenario: Remove a non dynamic opening manually
And additionally the object "Cube" is selected And additionally the object "Cube" is selected
And I press "bim.add_opening(opening='Cube', obj='IfcWall/Cube')" And I press "bim.add_opening(opening='Cube', obj='IfcWall/Cube')"
And the object "IfcWall/Cube" is selected And the object "IfcWall/Cube" is selected
And I press "bim.switch_representation(ifc_definition_id=86, should_reload=True)" And the variable "representation" is "IfcStore.get_file().by_type('IfcWall')[0].Representation.Representations[1].id()"
And I press "bim.switch_representation(ifc_definition_id={representation}, should_reload=True)"
Then the object "IfcWall/Cube" has no boolean difference by "IfcOpeningElement/Cube" Then the object "IfcWall/Cube" has no boolean difference by "IfcOpeningElement/Cube"
And the object "IfcWall/Cube" has "16" vertices And the object "IfcWall/Cube" has "16" vertices
And the variable "opening_id" is "IfcStore.get_file().by_type('IfcOpeningElement')[0].id()" And the variable "opening_id" is "IfcStore.get_file().by_type('IfcOpeningElement')[0].id()"