首页 > 其他分享 >IfcAlarmTypeEnum

IfcAlarmTypeEnum

时间:2024-04-05 22:56:32浏览次数:21  
标签:MANUALPULLBOX BELL alarm audible IfcAlarmTypeEnum activation

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;

 

 

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

标签:MANUALPULLBOX,BELL,alarm,audible,IfcAlarmTypeEnum,activation
From: https://www.cnblogs.com/herd/p/18108574

相关文章