IfcAlarmTypeEnum
类型定义
IfcAlarmTypeEnum定义了可以指定的不同类型报警的范围。
IFC2x2中的新枚举。
Enumeration definition
Constant | Description |
---|---|
BELL | An audible alarm. |
BREAKGLASSBUTTON | An alarm activation mechanism in which a protective glass has to be broken to enable a button to be pressed. |
LIGHT | A visual alarm. |
MANUALPULLBOX | An alarm activation mechanism in which activation is achieved by a pulling action. |
SIREN | An audible alarm. |
WHISTLE | An audible alarm. |
USERDEFINED | User-defined type. |
NOTDEFINED | Undefined type. |
EXPRESS Specification
TYPE IfcAlarmTypeEnum = ENUMERATION OF ( BELL, BREAKGLASSBUTTON, LIGHT, MANUALPULLBOX, SIREN, WHISTLE, USERDEFINED, NOTDEFINED); END_TYPE;
###########################
标签:MANUALPULLBOX,BELL,alarm,audible,IfcAlarmTypeEnum,activation From: https://www.cnblogs.com/herd/p/18108574