mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Fix bug where imported types with representations but no instances were not fully linked.
This commit is contained in:
@@ -92,6 +92,11 @@ Scenario: Load project elements - load all project elements
|
||||
And the object "IfcBeam/Beam" is in the collection "IfcElementAssembly/Empty"
|
||||
And the object "IfcSlab/Slab" is in the collection "IfcBuildingStorey/Ground Floor"
|
||||
And the object "IfcWall/Wall" is in the collection "IfcBuildingStorey/Level 1"
|
||||
And the object "IfcSlab/Slab" has data which is an IFC representation
|
||||
And the object "IfcBeam/Beam" has data which is an IFC representation
|
||||
And the object "IfcWall/Wall" has data which is an IFC representation
|
||||
And the object "IfcSlabType/Slab" has data which is an IFC representation
|
||||
And the object "IfcWallType/Wall" has data which is an IFC representation
|
||||
And "scene.BIMProjectProperties.is_loading" is "False"
|
||||
|
||||
Scenario: Load project elements - load objects filtered by decomposition
|
||||
|
||||
Reference in New Issue
Block a user