IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.19 IfcMotorConnectionTypeEnum

7.4.2.19.1 Semantic definition

The IfcMotorConnectionTypeEnum defines the range of different types of motor connection that can be specified.

7.4.2.19.2 Type values

Type Description
BELTDRIVE

An indirect connection made through the medium of a shaped, flexible continuous loop.

COUPLING

An indirect connection made through the medium of the viscosity of a fluid.

DIRECTDRIVE

A direct, physical connection made between the motor and the driven device.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.4.2.19.A

7.4.2.19.3 Formal representation

TYPE IfcMotorConnectionTypeEnum = ENUMERATION OF
	(BELTDRIVE
	,COUPLING
	,DIRECTDRIVE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.19.4 References

Edit on Github


Is this page difficult to understand? Let us know!