mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +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",),
|
"IfcDistributionSystem": ("IfcDistributionElement",),
|
||||||
"IfcStructuralAnalysisModel": ("IfcStructuralMember", "IfcStructuralConnection"),
|
"IfcStructuralAnalysisModel": ("IfcStructuralMember", "IfcStructuralConnection"),
|
||||||
|
"IfcSystem": ("IfcProduct",),
|
||||||
"IfcGroup": ("IfcObjectDefinition",),
|
"IfcGroup": ("IfcObjectDefinition",),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user