该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

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

8.5.3.3.1 语义定义(Semantic definition)

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

8.5.3.3.2 实体继承(Entity inheritance)

8.5.3.3.3 特性(Attributes)

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

时间点的具体说明。

2 ListValues LIST [1:?] OF IfcValue

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

表 8.5.3.3.A

8.5.3.3.4 形式化表示(Formal representation)

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

8.5.3.3.5 参考(References)