IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.5.2.16 IfcEngineTypeEnum

7.5.2.16.1 Semantic definition

Enumeration defining the typical types of engines.

7.5.2.16.2 Type values

Type Description
EXTERNALCOMBUSTION

Combustion is external.

INTERNALCOMBUSTION

Combustion is internal.

USERDEFINED

User-defined engine type.

NOTDEFINED

Undefined engine type.

Table 7.5.2.16.A

7.5.2.16.3 Formal representation

TYPE IfcEngineTypeEnum = ENUMERATION OF
	(EXTERNALCOMBUSTION
	,INTERNALCOMBUSTION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.16.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.5.2.16.5 Changelog

7.5.2.16.5.1 IFC4

  • New resource