See #1848. Refactor layer data class.

This commit is contained in:
Dion Moult
2023-01-31 17:35:54 +11:00
parent 7e0b1b9cbd
commit 1066e5e0a7
4 changed files with 65 additions and 22 deletions
@@ -55,6 +55,7 @@ Scenario: Disable editing system
Scenario: Assign system
Given an empty IFC project
And I press "bim.load_systems"
And I set "scene.BIMSystemProperties.system_class" to "IfcDistributionSystem"
And I press "bim.add_system"
And the variable "system" is "{ifc}.by_type('IfcSystem')[0].id()"
And I press "bim.enable_editing_system(system={system})"
@@ -69,6 +70,7 @@ Scenario: Assign system
Scenario: Unassign system
Given an empty IFC project
And I press "bim.load_systems"
And I set "scene.BIMSystemProperties.system_class" to "IfcDistributionSystem"
And I press "bim.add_system"
And the variable "system" is "{ifc}.by_type('IfcSystem')[0].id()"
And I press "bim.enable_editing_system(system={system})"
@@ -84,6 +86,7 @@ Scenario: Unassign system
Scenario: Select system products
Given an empty IFC project
And I press "bim.load_systems"
And I set "scene.BIMSystemProperties.system_class" to "IfcDistributionSystem"
And I press "bim.add_system"
And the variable "system" is "{ifc}.by_type('IfcSystem')[0].id()"
And I press "bim.enable_editing_system(system={system})"