All element's spatial containment collections are now synced when assigning a class.

This commit is contained in:
Dion Moult
2022-01-30 15:03:41 +11:00
parent e9670a6906
commit 538024e035
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Scenario: Assign a class to a cube
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
And I press "bim.assign_class"
Then the object "IfcWall/Cube" is an "IfcWall"
And the object "IfcWall/Cube" is in the collection "Collection"
And the object "IfcWall/Cube" is in the collection "IfcProject/My Project"
And the object "IfcWall/Cube" has a "Tessellation" representation of "Model/Body/MODEL_VIEW"
Scenario: Assign a type class to a cube