mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
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:
@@ -320,7 +320,8 @@
|
|||||||
"IfcColumnType"
|
"IfcColumnType"
|
||||||
],
|
],
|
||||||
"IfcDoorStandardCase": [
|
"IfcDoorStandardCase": [
|
||||||
"IfcDoorType"
|
"IfcDoorType",
|
||||||
|
"IfcDoorStyle"
|
||||||
],
|
],
|
||||||
"IfcMemberStandardCase": [
|
"IfcMemberStandardCase": [
|
||||||
"IfcMemberType"
|
"IfcMemberType"
|
||||||
@@ -341,6 +342,7 @@
|
|||||||
"IfcWallType"
|
"IfcWallType"
|
||||||
],
|
],
|
||||||
"IfcWindowStandardCase": [
|
"IfcWindowStandardCase": [
|
||||||
"IfcWindowType"
|
"IfcWindowType",
|
||||||
|
"IfcWindowStyle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user