IfcAlarmTypeEnum

IfcAlarmTypeEnum

类型定义
IfcAlarmTypeEnum定义了可以指定的不同类型报警的范围。

IFC2x2中的新枚举。

 

Enumeration definition

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

 

 

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

posted @ 2024-04-05 22:46  西北逍遥  阅读(6)  评论(0编辑  收藏  举报