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;
#####################