mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
More general solution for #3466
This commit is contained in:
@@ -50,9 +50,6 @@
|
||||
"IfcChimney": [
|
||||
"IfcChimneyType"
|
||||
],
|
||||
"IfcCivilElement": [
|
||||
"IfcCivilElementType"
|
||||
],
|
||||
"IfcCoil": [
|
||||
"IfcCoilType"
|
||||
],
|
||||
@@ -92,9 +89,6 @@
|
||||
"IfcDistributionChamberElement": [
|
||||
"IfcDistributionChamberElementType"
|
||||
],
|
||||
"IfcDistributionElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcDoor": [
|
||||
"IfcDoorType",
|
||||
"IfcDoorStyle"
|
||||
@@ -159,9 +153,6 @@
|
||||
"IfcFooting": [
|
||||
"IfcFootingType"
|
||||
],
|
||||
"IfcFurnishingElement": [
|
||||
"IfcFurnishingElementType"
|
||||
],
|
||||
"IfcFurniture": [
|
||||
"IfcFurnitureType"
|
||||
],
|
||||
@@ -319,16 +310,55 @@
|
||||
"IfcWindowType",
|
||||
"IfcWindowStyle"
|
||||
],
|
||||
"IfcCivilElement": [
|
||||
"IfcCivilElementType"
|
||||
],
|
||||
"IfcFurnishingElement": [
|
||||
"IfcFurnishingElementType"
|
||||
],
|
||||
"IfcDistributionElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcBeamStandardCase": [
|
||||
"IfcBeamType"
|
||||
],
|
||||
"IfcColumnStandardCase": [
|
||||
"IfcColumnType"
|
||||
],
|
||||
"IfcDistributionControlElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcDistributionFlowElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcDoorStandardCase": [
|
||||
"IfcDoorType",
|
||||
"IfcDoorStyle"
|
||||
],
|
||||
"IfcEnergyConversionDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowController": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowFitting": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowMovingDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowSegment": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowStorageDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowTerminal": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowTreatmentDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcMemberStandardCase": [
|
||||
"IfcMemberType"
|
||||
],
|
||||
@@ -351,4 +381,4 @@
|
||||
"IfcWindowType",
|
||||
"IfcWindowStyle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -374,6 +374,54 @@
|
||||
"IfcCivilElement": [
|
||||
"IfcCivilElementType"
|
||||
],
|
||||
"IfcFurnishingElement": [
|
||||
"IfcFurnishingElementType"
|
||||
],
|
||||
"IfcDistributionElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcBuiltElement": [
|
||||
"IfcBuiltElementType"
|
||||
],
|
||||
"IfcDistributionControlElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcDistributionFlowElement": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcEarthworksElement": [
|
||||
"IfcBuiltElementType"
|
||||
],
|
||||
"IfcEarthworksFill": [
|
||||
"IfcBuiltElementType"
|
||||
],
|
||||
"IfcEnergyConversionDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowController": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowFitting": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowMovingDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowSegment": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowStorageDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowTerminal": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcFlowTreatmentDevice": [
|
||||
"IfcDistributionElementType"
|
||||
],
|
||||
"IfcReinforcedSoil": [
|
||||
"IfcBuiltElementType"
|
||||
],
|
||||
"IfcWallStandardCase": [
|
||||
"IfcWallType"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user