Definition from IAI: A 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, the value with measure type (and
optionally the unit) is given.
The unit is handled by the Unit attribute:
- If the Unit attribute is not given, than 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, the unit assigned by the unit
attribute overrides the globally assigned unit.
Examples of a property with single value are:
| Name |
NominalValue |
Type (through
IfcValue) |
Unit
|
| Description |
Manufacturer "A" door |
IfcLabel |
- |
| PanelThickness |
0.12 |
IfcPositiveLengthMeasure |
- |
| ThermalTransmittance |
2.6 |
IfcThermalTransmittanceMeasure |
W/(m2K) |
HISTORY: New entity in IFC Release
1.0. The entity has been renamed from IfcSimpleProperty in IFC Release
2x