IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 7.2.2.1.A

7.2.2.1.3 Formal representation

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

7.2.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!