8.17.3.7 IfcQuantityNumber
8.17.3.7.1 Semantic definition
IfcQuantityNumber is a physical quantity that defines a derived number measure (integer or non-integer) 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.7.2 Entity inheritance
8.17.3.7.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcPhysicalQuantity (4) | |||
IfcPhysicalSimpleQuantity (1) | |||
Click to show 5 hidden inherited attributes Click to hide 5 inherited attributes | |||
IfcQuantityNumber (2) | |||
4 | NumberValue | IfcNumericMeasure |
Count 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. |
8.17.3.7.4 Formal representation
ENTITY IfcQuantityNumber SUBTYPE OF (IfcPhysicalSimpleQuantity); NumberValue : IfcNumericMeasure; Formula : OPTIONAL IfcLabel; END_ENTITY;