mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix IfcSystem assignment bug introduced in f0b1935
Fixing my own bug… Note : always run all test before pushing not only the one which used to fail…
This commit is contained in:
@@ -36,6 +36,7 @@ ASSIGNABLE_DICT = {
|
||||
),
|
||||
"IfcDistributionSystem": ("IfcDistributionElement",),
|
||||
"IfcStructuralAnalysisModel": ("IfcStructuralMember", "IfcStructuralConnection"),
|
||||
"IfcSystem": ("IfcProduct",),
|
||||
"IfcGroup": ("IfcObjectDefinition",),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user