IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.17.3.4 IfcQuantityArea

RV ⓘ
AbV ⓘ

8.17.3.4.1 Semantic definition

IfcQuantityArea is a physical quantity that defines a derived area measure to provide an element's physical property. It is normally derived from the physical properties of the element under the specific measure rules given by a method of measurement.

8.17.3.4.2 Entity inheritance

8.17.3.4.3 Attributes

# Attribute Type Description
IfcPhysicalQuantity (4)
IfcPhysicalSimpleQuantity (1)
Click to show 5 hidden inherited attributes
IfcQuantityArea (2)
4 AreaValue IfcAreaMeasure

Area measure value of this quantity.

5 Formula OPTIONAL IfcLabel

A formula by which the quantity has been calculated. It can be assigned in addition to the actual value of the quantity. Formulas could be mathematic calculations (like width x height), database links, or a combination. The formula is for informational purposes only.

Table 8.17.3.4.A

8.17.3.4.4 Formal propositions

Name Description
WR21

If a unit is given, the unit type shall be area unit.

NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR
(SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.AREAUNIT)
WR22

A valid area quantity shall be greater than or equal to zero.

AreaValue >= 0.
Table 8.17.3.4.B

8.17.3.4.5 Formal representation

ENTITY IfcQuantityArea
SUBTYPE OF (IfcPhysicalSimpleQuantity);
AreaValue : IfcAreaMeasure;
Formula : OPTIONAL IfcLabel;
WHERE
WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR
(SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.AREAUNIT);
WR22 : AreaValue >= 0.;
END_ENTITY;

8.17.3.4.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.17.3.4.7 Changelog

8.17.3.4.7.1 IFC4

  • attribute, Formula