8.11.3.7 IfcMeasureWithUnit
AbRV ⓘ
RV ⓘ
8.11.3.7.1 Semantic definition
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.
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;