IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.5.3.3 IfcIrregularTimeSeriesValue(不规则时间序列值)

8.5.3.3.1 语义定义

_IfcIrregularTimeSeriesValue_ 描述了在特定时间点的值(或值集合)。

沿革 在 IFC2x2 中的新实体。

8.5.3.3.2 实体继承

8.5.3.3.3 特性

# 特性 类型 描述
IfcIrregularTimeSeriesValue (2)
1 TimeStamp IfcDateTime

时间点的具体说明。

2 ListValues LIST [1:?] OF IfcValue

时间序列值的列表。至少需要一个值。

表 8.5.3.3.A

8.5.3.3.4 形式化表示

ENTITY IfcIrregularTimeSeriesValue;
	TimeStamp : IfcDateTime;
	ListValues : LIST [1:?] OF IfcValue;
END_ENTITY;

8.5.3.3.5 参考