IfcCrewResourceTypeEnum

IfcCrewResourceTypeEnum

类型定义

此枚举用于确定乘员资源的主要用途。

 

IFC4中增加的新枚举。

 

Enumeration definition

ConstantDescription
OFFICE A composition of resources performing administration work in an office.
SITE A composition of resources performing production work on a construction site.
USERDEFINED User-defined resource.
NOTDEFINED Undefined resource.
 

 

 

 

 

 

EXPRESS Specification

TYPE IfcCrewResourceTypeEnum = ENUMERATION OF (
 OFFICE,
 SITE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

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

posted @ 2022-01-14 08:31  西北逍遥  阅读(33)  评论(0编辑  收藏  举报