7.2.2.1 IfcActuatorTypeEnum
7.2.2.1.1 Semantic definition
The IfcActuatorTypeEnum defines the range of different types of actuator that can be specified.
7.2.2.1.2 Type values
Type | Description |
---|---|
ELECTRICACTUATOR
|
A device that electrically actuates a control element. |
HANDOPERATEDACTUATOR
|
A device that manually actuates a control element. |
HYDRAULICACTUATOR
|
A device that hydraulically 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. |
7.2.2.1.3 Formal representation
TYPE IfcActuatorTypeEnum = ENUMERATION OF
(ELECTRICACTUATOR
,HANDOPERATEDACTUATOR
,HYDRAULICACTUATOR
,PNEUMATICACTUATOR
,THERMOSTATICACTUATOR
,USERDEFINED
,NOTDEFINED);
END_TYPE;