mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Add more subclasses to Brick root options
This commit is contained in:
@@ -368,7 +368,12 @@ class BrickStore:
|
|||||||
current_changesets = 0
|
current_changesets = 0
|
||||||
history_size = 64
|
history_size = 64
|
||||||
namespaces = []
|
namespaces = []
|
||||||
root_classes = ["Equipment", "Location", "System", "Point"]
|
root_classes = ["Equipment",
|
||||||
|
"Electrical_Equipment", "Fire_Safety_Equipment", "HVAC_Equipment", "Lighting_Equipment", "Meter",
|
||||||
|
"Location",
|
||||||
|
"System",
|
||||||
|
"Point",
|
||||||
|
"Alarm", "Command", "Parameter", "Sensor", "Setpoint", "Status"]
|
||||||
entity_classes = {}
|
entity_classes = {}
|
||||||
relationships = []
|
relationships = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user