8.11.3.5 IfcDerivedUnitElement(派生单位元素)
8.11.3.5.1 语义定义(Semantic definition)
8.11.3.5.2 实体继承(Entity inheritance)
8.11.3.5.3 特性(Attributes)
| # | 特性(Attributes) | 类型(Type) | 描述(Description) |
|---|---|---|---|
| IfcDerivedUnitElement (2) | |||
| 1 | Unit | IfcNamedUnit |
用作数学因子的固定量。 |
| 2 | Exponent | INTEGER |
应用于单位属性的幂。 |
8.11.3.5.4 形式化表示(Formal representation)
ENTITY IfcDerivedUnitElement;
Unit : IfcNamedUnit;
Exponent : INTEGER;
END_ENTITY;