IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.16.3.12 IfcPropertySingleValue

RV ⓘ
AbV ⓘ

8.16.3.12.1 Semantic definition

The property with a single value IfcPropertySingleValue defines a property object which has a single (numeric or descriptive) value assigned. It defines a property - single value combination for which the property Name, an optional Description, and an optional NominalValue with measure type is provided. In addition, the default unit as specified within the project unit context can be overridden by assigning an Unit.

The unit is handled by the Unit attribute, see Table 8.16.3.12.C for an example of various single value properties:

  • If the Unit attribute is not given, then the unit is already implied by the type of IfcMeasureValue or IfcDerivedMeasureValue. The associated unit can be found at the IfcUnitAssignment globally defined at the project level (IfcProject.UnitsInContext).
  • If the Unit attribute is given, then the unit assigned by the Unit attribute overrides the globally assigned unit.
Name NominalValue Type (through IfcValue) Unit
Description Manufacturer "A" door IfcLabel -
PanelThickness 0.12 IfcPositiveLengthMeasure -
ThermalTransmittance 2.6 IfcThermalTransmittanceMeasure W/(m2K)
Table 8.16.3.12.C — Single value properties with values, measure types and units

8.16.3.12.2 Entity inheritance

8.16.3.12.3 Attributes

# Attribute Type Description
IfcPropertyAbstraction (1)
IfcProperty (8)
Click to show 9 hidden inherited attributes
IfcPropertySingleValue (2)
3 NominalValue OPTIONAL IfcValue

Value and measure type of this property.

4 Unit OPTIONAL IfcUnit

Unit for the nominal value, if not given, the default value for the measure type (given by the TYPE of nominal value) is used as defined by the global unit assignment at IfcProject.

Table 8.16.3.12.D

8.16.3.12.4 Examples

8.16.3.12.5 Formal representation

ENTITY IfcPropertySingleValue
SUBTYPE OF (IfcSimpleProperty);
NominalValue : OPTIONAL IfcValue;
Unit : OPTIONAL IfcUnit;
END_ENTITY;

8.16.3.12.6 References