8.17.3.10 IfcQuantityWeight
8.17.3.10.1 Semantic definition
IfcQuantityWeight is a physical element quantity that defines a derived weight 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.10.2 Entity inheritance
8.17.3.10.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcPhysicalQuantity (4) | |||
IfcPhysicalSimpleQuantity (1) | |||
Click to show 5 hidden inherited attributes Click to hide 5 inherited attributes | |||
IfcQuantityWeight (2) | |||
4 | WeightValue | IfcMassMeasure |
Mass 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.10.4 Formal propositions
Name | Description | ||||
---|---|---|---|---|---|
WR21 |
If a unit is given, the unit type shall be mass unit.\ >NOTE There is no distinction between the concept of "Mass" and "Weight" in the current IFC Release. |
||||
|
|||||
WR22 |
A valid weight quantity shall be greater than or equal to zero. |
||||
|
8.17.3.10.5 Formal representation
ENTITY IfcQuantityWeight SUBTYPE OF (IfcPhysicalSimpleQuantity); WeightValue : IfcMassMeasure; Formula : OPTIONAL IfcLabel; WHERE WR21 : NOT(EXISTS(SELF\IfcPhysicalSimpleQuantity.Unit)) OR (SELF\IfcPhysicalSimpleQuantity.Unit.UnitType = IfcUnitEnum.MASSUNIT); WR22 : WeightValue >= 0.; END_ENTITY;