IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.3.2.2 IfcEventTypeEnum

5.3.2.2.1 Semantic definition

The IfcEventTypeEnum defines the range of different types of event that can be specified.

5.3.2.2.2 Type values

Type Description
ENDEVENT

A terminating event of a process.

INTERMEDIATEEVENT

An event that occurs at an intermediate stage of a process.

STARTEVENT

An initiating event of a process.

USERDEFINED

User defined.

NOTDEFINED

Not defined.

Table 5.3.2.2.A

5.3.2.2.3 Formal representation

TYPE IfcEventTypeEnum = ENUMERATION OF
	(ENDEVENT
	,INTERMEDIATEEVENT
	,STARTEVENT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.3.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.3.2.2.5 Changelog

5.3.2.2.5.1 IFC4

  • New resource