Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcActuatorTypeEnum

Definition from IAI: The IfcActuatorTypeEnum defines the range of different types of actuator that can be specified.

HISTORY: New type in IFC R2.0

Enumeration

Value Definition Pset
ELECTRICACTUATOR A device that electrically actuates a control element. YES
PNEUMATICACTUATOR A device that pneumatically actuates a control element YES
HYDRAULICACTUATOR A device that electrically actuates a control element. YES
HANDOPERATEDACTUATOR A device that manually actuates a control element. NO
THERMOSTATICACTUATOR A device that thermostatically actuates a control element. NO
USERDEFINED
NOTDEFINED

See property set of actuator common attributes for specification of properties for hand operated actuators.

EXPRESS specification:

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