IfcTaskDurationEnum

IfcTaskDurationEnum

类型定义

IfcTaskDurationEnum标识如何测量持续时间。

IFC4中的新枚举。

 

Enumeration definition

ConstantDescription
ELAPSEDTIME The time duration is based on elapsed time (24 hours per day, independent of calendar).
WORKTIME The time duration is based on work time (calendar-dependent).
NOTDEFINED The time duration is undefined.
 

 

EXPRESS Specification

TYPE IfcTaskDurationEnum = ENUMERATION OF (
 ELAPSEDTIME,
 WORKTIME,
 NOTDEFINED);
END_TYPE;

 

 

 

 

########################

posted @ 2022-07-11 08:32  西北逍遥  阅读(22)  评论(0编辑  收藏  举报