mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Housekeeping - Reorder suggestion dictionary keys alphabetically
This commit is contained in:
@@ -111,18 +111,18 @@ class IfcClassData:
|
|||||||
suggestions = defaultdict(list)
|
suggestions = defaultdict(list)
|
||||||
suggestions.update(
|
suggestions.update(
|
||||||
{
|
{
|
||||||
"IfcWall": ["Glazing", "Glass", "Pane"],
|
|
||||||
"IfcWindow": ["Glazing", "Glass", "Pane"],
|
|
||||||
"IfcPlate": ["Glazing", "Glass", "Pane"],
|
|
||||||
"IfcFurniture": ["Signage"],
|
|
||||||
"IfcSlab": ["Hob"],
|
|
||||||
"IfcCovering": ["Flashing", "Capping"],
|
|
||||||
"IfcCableSegment": ["Lighting Rod"],
|
|
||||||
"IfcSensor": ["Card Reader", "Fob Reader"],
|
|
||||||
"IfcSwitchingDevice": ["Reed Switch", "Electric Isolating Switch"],
|
|
||||||
"IfcActuator": ["Electric Strike"],
|
"IfcActuator": ["Electric Strike"],
|
||||||
"IfcAirTerminalBox": ["VAV Box"],
|
"IfcAirTerminalBox": ["VAV Box"],
|
||||||
|
"IfcCableSegment": ["Lighting Rod"],
|
||||||
|
"IfcCovering": ["Flashing", "Capping"],
|
||||||
|
"IfcFurniture": ["Signage"],
|
||||||
|
"IfcPlate": ["Glazing", "Glass", "Pane"],
|
||||||
|
"IfcSensor": ["Card Reader", "Fob Reader"],
|
||||||
|
"IfcSlab": ["Hob"],
|
||||||
|
"IfcSwitchingDevice": ["Reed Switch", "Electric Isolating Switch"],
|
||||||
"IfcUnitaryEquipment": ["Fan Coil Unit"],
|
"IfcUnitaryEquipment": ["Fan Coil Unit"],
|
||||||
|
"IfcWall": ["Glazing", "Glass", "Pane"],
|
||||||
|
"IfcWindow": ["Glazing", "Glass", "Pane"],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
version = tool.Ifc.get_schema()
|
version = tool.Ifc.get_schema()
|
||||||
|
|||||||
Reference in New Issue
Block a user