IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.5.2.11 IfcTimeOrRatioSelect(时间或比率选择)

8.5.2.11.1 语义定义(Semantic definition)

IfcTimeOrRatioSelect 允许选择比率或时间度量作为值。

8.5.2.11.2 类型值

类型
IfcDuration
IfcRatioMeasure
表 8.5.2.11.A

8.5.2.11.3 形式化表示(Formal representation)

TYPE IfcTimeOrRatioSelect = SELECT
	(IfcDuration
	,IfcRatioMeasure);
END_TYPE;

8.5.2.11.4 参考文献