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;
#####################
标签:IfcPermitTypeEnum,USERDEFINED,area,WORK,NOTDEFINED,Enables 来源: https://www.cnblogs.com/herd/p/15778357.html