Update entity-types mapping for ifc4

Added IfcWindowStyle and IfcDoorStyle for suitable StandartCases since StandartCases inherit from IfcDoor and IfcWindow.
This commit is contained in:
Andrej730
2023-02-17 16:48:41 +05:00
parent d52618277e
commit ab9a4856ab
@@ -320,7 +320,8 @@
"IfcColumnType"
],
"IfcDoorStandardCase": [
"IfcDoorType"
"IfcDoorType",
"IfcDoorStyle"
],
"IfcMemberStandardCase": [
"IfcMemberType"
@@ -341,6 +342,7 @@
"IfcWallType"
],
"IfcWindowStandardCase": [
"IfcWindowType"
"IfcWindowType",
"IfcWindowStyle"
]
}
}