IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.17.3.3 IfcPhysicalSimpleQuantity(物理简单数量)

RV ⓘ
AbV ⓘ

抽象 该定义可能不会被直接实例化。

8.17.3.3.1 语义定义(Semantic definition)

物理数量实体 IfcPhysicalSimpleQuantity 用于承载单一数量测量值(由其子类型定义)以及该测量值用途的语义定义。

在作为 IfcBuiltElement 子类型的各个实体中,"数量使用定义"章节对使用 Name 属性来表征各个数量的方法提供了指导。若已指定 Unit 属性,则数值属性(在 IfcPhysicalSimpleQuantity 子类型层级定义)将按此单位给出;否则将采用全局单位定义(通过 IfcUnitAssignment 给出)。

8.17.3.3.2 实体继承(Entity inheritance)

8.17.3.3.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

引用可能包含该物理数量的物理复合数量。

点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性
IfcPhysicalSimpleQuantity (1)
3 Unit OPTIONAL IfcNamedUnit

单位的可选赋值。若未指定单位,则采用在 IfcProject 中建立的全局单位赋值作为数量测量值的单位标准。

表 8.17.3.3.A

8.17.3.3.4 形式化表示(Formal representation)

ENTITY IfcPhysicalSimpleQuantity
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcQuantityArea
	,IfcQuantityCount
	,IfcQuantityLength
	,IfcQuantityNumber
	,IfcQuantityTime
	,IfcQuantityVolume
	,IfcQuantityWeight))
 SUBTYPE OF (IfcPhysicalQuantity);
	Unit : OPTIONAL IfcNamedUnit;
END_ENTITY;

8.17.3.3.5 参考文献