IfcPermitTypeEnum

IfcPermitTypeEnum

类型定义

IfcPermitTypeEnum定义可以授予的许可证类型。

 

IFC4中增加的新枚举。

 

Enumeration definition

Constant Description
ACCESS Enables access to an identified area.
BUILDING Enables work to proceed by getting regulatory permissions.
WORK Enables work to be carried out in an identified area.
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

 

 

 

 

 

 

 

EXPRESS Specification

TYPE IfcPermitTypeEnum = ENUMERATION OF (
 ACCESS,
 BUILDING,
 WORK,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

 

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

上一篇:struct vmap_area和struct vm_area_struct


下一篇:hive 字符串模糊匹配的实现两种实现方案