IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.17.3.3 IfcPhysicalSimpleQuantity

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

8.17.3.3.1 Semantic definition

The physical quantity, IfcPhysicalSimpleQuantity, is an entity that holds a single quantity measure value (as defined at the subtypes of IfcPhysicalSimpleQuantity) together with a semantic definition of the usage for the measure value.

A section "Quantity Use Definition" at individual entities as subtypes of IfcBuiltElement gives guidance to the usage of the Name attribute to characterize the individual quantities. If the Unit attribute is given, the value attribute (introduced at the level of subtypes of IfcPhysicalSimpleQuantity) are given as quantities of this unit, otherwise the global unit definitions (given by IfcUnitAssignment) are used.

8.17.3.3.2 Entity inheritance

8.17.3.3.3 Attributes

# Attribute Type Description
IfcPhysicalQuantity (4)
Click to show 4 hidden inherited attributes
IfcPhysicalSimpleQuantity (1)
3 Unit OPTIONAL IfcNamedUnit

Optional assignment of a unit. If no unit is given, then the global unit assignment, as established at the IfcProject, applies to the quantity measures.

Table 8.17.3.3.A

8.17.3.3.4 Formal representation

ENTITY IfcPhysicalSimpleQuantity
ABSTRACT SUPERTYPE OF (ONEOF
(IfcQuantityArea
,IfcQuantityCount
,IfcQuantityLength
,IfcQuantityNumber
,IfcQuantityTime
,IfcQuantityVolume
,IfcQuantityWeight))
SUBTYPE OF (IfcPhysicalQuantity);
Unit : OPTIONAL IfcNamedUnit;
END_ENTITY;

8.17.3.3.5 References

Edit on Github

4 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!