IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.11.3.1 IfcContextDependentUnit(上下文相关单位)

8.11.3.1.1 语义定义(Semantic definition)

8.11.3.1.2 实体继承(Entity inheritance)

8.11.3.1.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcNamedUnit (2)
1 Dimensions IfcDimensionalExponents

通过国际单位制基本单位的量纲指数来定义命名单位。

2 UnitType IfcUnitEnum

单位的类型。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcContextDependentUnit (2)
3 Name IfcLabel

用于指代上下文相关单位的单词或词组。

HasExternalReference SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

与上下文相关单位相关联的外部信息(例如库、分类或文档信息)的引用。

表 8.11.3.1.A

8.11.3.1.4 形式化表示(Formal representation)

ENTITY IfcContextDependentUnit
 SUBTYPE OF (IfcNamedUnit);
	Name : IfcLabel;
 INVERSE
	HasExternalReference : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
END_ENTITY;

8.11.3.1.5 参考文献