![]()  | Thermal Admittance Measure | 
![]()  | Mesure d'admittance thermique | 
IfcThermalAdmittanceMeasure is the measure of the ability of a surface to smooth out temperature variations.
Usually measured in Watt / m2 Kelvin.
Type: REAL
HISTORY New type in IFC2.0.
 <xs:simpleType name="IfcThermalAdmittanceMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcThermalAdmittanceMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcThermalAdmittanceMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcThermalAdmittanceMeasure = REAL;
END_TYPE;