Fix thermal transmittance property name typo

Remove duplicate 'Thermal Transmitance' (with space, single-t) from
Pset_WallCommon on walls; the canonical IFC4 property name is
'ThermalTransmittance'. Update EN_Basic IDM Check.ids to match.

Closes #1
This commit is contained in:
Bruno Postle 2026-02-27 09:19:52 +00:00
parent 751f70d5bf
commit 070e2eb761
2 changed files with 3 additions and 4 deletions

View file

@ -66,7 +66,7 @@
</property> </property>
</requirements> </requirements>
</specification> </specification>
<specification name="(4.6) Building Physics Properties (Thermal Transmitance)" description="Check the presence of building physics properties in the selected elements. Here we test if the ThermalTransmittance (U-value) values are defined for wall elements. Other examples of common building physics properties are AcousticRating (soundproofing), SolarHeatGainTransmittance (SGGC value), and Translucency (light transmission) [ 1. Use the sections 'Property set' and 'Property Name' to modify the IFC Class and building physics properties to examine ]" ifcVersion="IFC2X3 IFC4"> <specification name="(4.6) Building Physics Properties (Thermal Transmittance)" description="Check the presence of building physics properties in the selected elements. Here we test if the ThermalTransmittance (U-value) values are defined for wall elements. Other examples of common building physics properties are AcousticRating (soundproofing), SolarHeatGainTransmittance (SGGC value), and Translucency (light transmission) [ 1. Use the sections 'Property set' and 'Property Name' to modify the IFC Class and building physics properties to examine ]" ifcVersion="IFC2X3 IFC4">
<applicability minOccurs="0"> <applicability minOccurs="0">
<property> <property>
<propertySet> <propertySet>
@ -86,7 +86,7 @@
<simpleValue>Pset_WallCommon</simpleValue> <simpleValue>Pset_WallCommon</simpleValue>
</propertySet> </propertySet>
<baseName> <baseName>
<simpleValue>Thermal Transmitance</simpleValue> <simpleValue>ThermalTransmittance</simpleValue>
</baseName> </baseName>
</property> </property>
</requirements> </requirements>

View file

@ -112,7 +112,7 @@ DATA;
#130=IFCPROPERTYSINGLEVALUE('IsExternal',$,IFCBOOLEAN(.T.),$); #130=IFCPROPERTYSINGLEVALUE('IsExternal',$,IFCBOOLEAN(.T.),$);
#131=IFCPROPERTYSINGLEVALUE('LoadBearing',$,IFCBOOLEAN(.T.),$); #131=IFCPROPERTYSINGLEVALUE('LoadBearing',$,IFCBOOLEAN(.T.),$);
#132=IFCPROPERTYSINGLEVALUE('ThermalTransmittance',$,IFCTHERMALTRANSMITTANCEMEASURE(0.18),$); #132=IFCPROPERTYSINGLEVALUE('ThermalTransmittance',$,IFCTHERMALTRANSMITTANCEMEASURE(0.18),$);
#133=IFCPROPERTYSET('0wl6OhyWr2iA9pDkmdaWFQ',$,'Pset_WallCommon',$,(#130,#131,#132,#4033,#4034)); #133=IFCPROPERTYSET('0wl6OhyWr2iA9pDkmdaWFQ',$,'Pset_WallCommon',$,(#130,#131,#132,#4033));
#134=IFCPROPERTYSINGLEVALUE('Awesomeness',$,IFCLABEL('much'),$); #134=IFCPROPERTYSINGLEVALUE('Awesomeness',$,IFCLABEL('much'),$);
#135=IFCPROPERTYSET('3zIBl0ukfF7wFrp1D_wXHL',$,'Custom_Pset',$,(#134)); #135=IFCPROPERTYSET('3zIBl0ukfF7wFrp1D_wXHL',$,'Custom_Pset',$,(#134));
#136=IFCWALLTYPE('12KGQOkFLFGhdFT6s1576h',$,'exterior',$,$,(#133,#135),$,$,$,.SOLIDWALL.); #136=IFCWALLTYPE('12KGQOkFLFGhdFT6s1576h',$,'exterior',$,$,(#133,#135),$,$,$,.SOLIDWALL.);
@ -3673,6 +3673,5 @@ DATA;
#4031=IFCCOSTVALUE($,$,IFCMONETARYMEASURE(3620.6),$,$,$,'*',$,$,$); #4031=IFCCOSTVALUE($,$,IFCMONETARYMEASURE(3620.6),$,$,$,'*',$,$,$);
#4032=IFCCOSTVALUE($,$,IFCMONETARYMEASURE(1464.5),$,$,$,'*',$,$,$); #4032=IFCCOSTVALUE($,$,IFCMONETARYMEASURE(1464.5),$,$,$,'*',$,$,$);
#4033=IFCPROPERTYSINGLEVALUE('FireRating',$,IFCLABEL('30'),$); #4033=IFCPROPERTYSINGLEVALUE('FireRating',$,IFCLABEL('30'),$);
#4034=IFCPROPERTYSINGLEVALUE('Thermal Transmitance',$,IFCREAL(0.18),$);
ENDSEC; ENDSEC;
END-ISO-10303-21; END-ISO-10303-21;