From d6e58efd3c058b097c938a14f9a751daf40e6c25 Mon Sep 17 00:00:00 2001 From: Andy Ward Date: Tue, 14 Oct 2025 17:26:07 +0100 Subject: [PATCH] Fixed incorrect IFC2x3 Occurrence mapping documentation for edge cases #432 --- .../ifc2x3-occurrence-type-mapping-table.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md b/Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md index a3f006f0..1d1e8834 100644 --- a/Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md +++ b/Documentation/ImplementersDocumentation/ifc2x3-occurrence-type-mapping-table.md @@ -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. @@ -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 | @@ -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