8.11.3.7 IfcMeasureWithUnit
RV ⓘ
AbV ⓘ
8.11.3.7.1 Semantic definition
Definition according to ISO/CD 10303-41:1992 A measure with unit is the specification of a physical quantity as defined in ISO 31 (clause 2).IfcMeasureWithUnit has two usages: 1. For representing measure value together with its unit on the entity type attribute level; thus overriding the IFC model global unit assignments. 2. For conversion based unit to give the conversion rate and its base.
Corresponding ISO 10303 name: measure_with_unit, please refer to ISO/IS 10303-41 for the final definition of the formal standard. New entity in IFC1.5.1.8.11.3.7.2 Entity inheritance
8.11.3.7.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcMeasureWithUnit (2) | |||
1 | ValueComponent | IfcValue |
The value of the physical quantity when expressed in the specified units. |
2 | UnitComponent | IfcUnit |
The unit in which the physical quantity is expressed. |
8.11.3.7.4 Examples
-
Figure 8.11.3.7.A -
Figure 8.11.3.7.B -
Figure 8.11.3.7.C -
Figure 8.11.3.7.D -
Figure 8.11.3.7.E -
Figure 8.11.3.7.F -
Figure 8.11.3.7.G -
Figure 8.11.3.7.H -
Figure 8.11.3.7.I -
Figure 8.11.3.7.J -
Figure 8.11.3.7.K -
Figure 8.11.3.7.L -
Figure 8.11.3.7.M -
Figure 8.11.3.7.N -
Figure 8.11.3.7.O -
Figure 8.11.3.7.P -
Figure 8.11.3.7.Q
8.11.3.7.5 Formal representation
ENTITY IfcMeasureWithUnit;
ValueComponent : IfcValue;
UnitComponent : IfcUnit;
END_ENTITY;