8.17.3.2 IfcPhysicalQuantity(物理数量)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
8.17.3.2.1 语义定义(Semantic definition)
物理数量 IfcPhysicalQuantity 是一个抽象实体,它包含一个复杂或简单的数量度量值,以及单个或多个度量值用途的语义定义。
Name 属性定义了度量的实际用途或类型。名称标签的解释必须在实际交换上下文中确定。此外,可以通过 Description 属性为每个数量关联说明性文本。
8.17.3.2.2 实体继承(Entity inheritance)
8.17.3.2.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcPhysicalQuantity (4) | |||
| 1 | Name | IfcLabel |
元素数量或度量的名称。名称属性需要通过进一步协议使其可识别。 |
| 2 | Description | OPTIONAL IfcText |
可能为数量提供的进一步说明。 |
| HasExternalReferences | SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects |
引用与数量关联的外部引用,例如库、分类或文档信息。 |
|
| PartOfComplex | SET [0:1] OF IfcPhysicalComplexQuantity FOR HasQuantities |
引用可能包含该物理数量的物理复合数量。 |
|
8.17.3.2.4 形式化表示(Formal representation)
ENTITY IfcPhysicalQuantity
ABSTRACT SUPERTYPE OF (ONEOF
(IfcPhysicalComplexQuantity
,IfcPhysicalSimpleQuantity));
Name : IfcLabel;
Description : OPTIONAL IfcText;
INVERSE
HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
PartOfComplex : SET [0:1] OF IfcPhysicalComplexQuantity FOR HasQuantities;
END_ENTITY;