Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IFC2X3 enitities mapping
# IFC2X3 entities mapping

The following table lists all special cases for checking IFC2X3 models identification of model subsets is is further restricted by the type object.

Expand Down Expand Up @@ -28,6 +28,7 @@ The second and third columns define the properties of matching IFC2X3 entity and
| IfcHeatExchanger | IfcEnergyConversionDevice | IfcHeatExchangerType |
| IfcHumidifier | IfcEnergyConversionDevice | IfcHumidifierType |
| IfcMotorConnection | IfcEnergyConversionDevice | IfcMotorConnectionType |
| IfcSpaceHeater | IfcEnergyConversionDevice | IfcSpaceHeaterType |
| IfcTransformer | IfcEnergyConversionDevice | IfcTransformerType |
| IfcTubeBundle | IfcEnergyConversionDevice | IfcTubeBundleType |
| IfcUnitaryEquipment | IfcEnergyConversionDevice | IfcUnitaryEquipmentType |
Expand Down Expand Up @@ -58,12 +59,11 @@ The second and third columns define the properties of matching IFC2X3 entity and
| IfcLightFixture | IfcFlowTerminal | IfcLightFixtureType |
| IfcOutlet | IfcFlowTerminal | IfcOutletType |
| IfcSanitaryTerminal | IfcFlowTerminal | IfcSanitaryTerminalType |
| IfcSpaceHeater | IfcFlowTerminal | IfcSpaceHeaterType |
| IfcStackTerminal | IfcFlowTerminal | IfcStackTerminalType |
| IfcWasteTerminal | IfcFlowTerminal | IfcWasteTerminalType |
| IfcDuctSilencer | IfcFlowTreatmentDevice | IfcDuctSilencerType |
| IfcFilter | IfcFlowTreatmentDevice | IfcFilterType |
| IfcVibrationIsolator | IfcElementComponent | IfcVibrationIsolatorType |
| IfcVibrationIsolator | IfcEquipmentElement | IfcVibrationIsolatorType |

## Examples

Expand Down