IfcActuatorTypeEnum

IfcActuatorTypeEnum

类型定义
IfcActuatorTypeEnum定义了可以指定的不同类型致动器的范围。

IFC2.0中的新枚举

 

Enumeration definition

ConstantDescription
ELECTRICACTUATOR A device that electrically actuates a control element.
HANDOPERATEDACTUATOR A device that manually actuates a control element.
HYDRAULICACTUATOR A device that electrically actuates a control element.
PNEUMATICACTUATOR A device that pneumatically actuates a control element.
THERMOSTATICACTUATOR A device that thermostatically actuates a control element.
USERDEFINED User-defined type.
NOTDEFINED Undefined type.
 

 

EXPRESS Specification

TYPE IfcActuatorTypeEnum = ENUMERATION OF (
 ELECTRICACTUATOR,
 HANDOPERATEDACTUATOR,
 HYDRAULICACTUATOR,
 PNEUMATICACTUATOR,
 THERMOSTATICACTUATOR,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

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

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