IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.16.3.12 IfcPropertySingleValue(属性单值)

RV ⓘ
AbV ⓘ

8.16.3.12.1 语义定义(Semantic definition)

具有单一值的属性 IfcPropertySingleValue 定义了一个分配有单一(数值或描述性)值的属性对象。它定义了属性名称、可选描述以及带有度量类型的可选名义值的属性-单值组合。此外,通过分配单位可以覆盖项目单位上下文中指定的默认单位。

单位通过 Unit 属性处理,表1展示了各种单值属性的示例:

名称 名义值 类型(通过 IfcValue 单位
描述 制造商"A"门 IfcLabel -
面板厚度 0.12 IfcPositiveLengthMeasure -
传热系数 2.6 IfcThermalTransmittanceMeasure W/(m²K)
表1 — 具有值、度量类型和单位的单值属性

8.16.3.12.2 实体继承(Entity inheritance)

8.16.3.12.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcPropertyAbstraction (1)
IfcProperty (8)
点击显示 9 个隐藏的继承特性 点击隐藏 9 个继承特性
IfcPropertySingleValue (2)
表 8.16.3.12.B

8.16.3.12.4 形式化表示(Formal representation)

ENTITY IfcPropertySingleValue
 SUBTYPE OF (IfcSimpleProperty);
	NominalValue : OPTIONAL IfcValue;
	Unit : OPTIONAL IfcUnit;
END_ENTITY;

8.16.3.12.5 参考文献