mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
FMHEM classes now updated to latest draft
This commit is contained in:
@@ -54,17 +54,13 @@ cobie_component_classes = [
|
||||
"IfcTransportElement",
|
||||
]
|
||||
|
||||
fmhem_classes = [
|
||||
"IfcDoorStyle",
|
||||
"IfcWindowStyle",
|
||||
fmhem_classes_ifc4 = [
|
||||
"IfcDoorType",
|
||||
"IfcWindowType",
|
||||
"IfcRoofType",
|
||||
"IfcShadingDeviceType",
|
||||
"IfcDistributionControlElementType",
|
||||
"IfcEnergyConversionDeviceType",
|
||||
"IfcFlowControllerType",
|
||||
"IfcJunctionBoxType",
|
||||
"IfcFlowMovingDeviceType",
|
||||
"IfcFlowStorageDeviceType",
|
||||
"IfcFlowTerminalType",
|
||||
@@ -73,6 +69,28 @@ fmhem_classes = [
|
||||
"IfcTransportElementType",
|
||||
]
|
||||
|
||||
fmhem_classes_ifc2x3 = [
|
||||
"IfcDoorStyle",
|
||||
"IfcWindowStyle",
|
||||
"IfcShadingDeviceType",
|
||||
"IfcDistributionControlElementType",
|
||||
"IfcEnergyConversionDeviceType",
|
||||
"IfcFlowControllerType",
|
||||
"IfcFlowMovingDeviceType",
|
||||
"IfcFlowStorageDeviceType",
|
||||
"IfcFlowTerminalType",
|
||||
"IfcFlowTreatmentDeviceType",
|
||||
"IfcFurnishingElementType",
|
||||
"IfcTransportElementType",
|
||||
]
|
||||
|
||||
fmhem_excluded_classes = [
|
||||
"IfcCooledBeamType",
|
||||
"IfcBurnerType",
|
||||
"IfcCoilType",
|
||||
"IfcLampType",
|
||||
]
|
||||
|
||||
|
||||
def get_cobie_types(ifc_file):
|
||||
elements = []
|
||||
|
||||
Reference in New Issue
Block a user