IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

5.4.2.24 IfcTransportElementTypeEnum

5.4.2.24.1 Semantic definition

This enumeration is used to identify primary transport element types.

5.4.2.24.2 Type values

Type Description
CRANEWAY

A crane way system, normally including the crane rails, fasteners and the crane. It is primarily used to move heavy goods in a factory or other industry buildings.

ELEVATOR

Elevator or lift being a transport device to move people or goods vertically.

ESCALATOR

Escalator being a transport device to move people. It consists of individual linked steps that move up and down on tracks while keeping the threads horizontal.

HAULINGGEAR

A device used for hauling goods.

LIFTINGGEAR

A device used for lifting or lowering heavy goods. It may be manually operated or electrically or pneumatically driven.

MOVINGWALKWAY

Moving walkway being a transport device to move people horizontally or on an incline. It is a slow conveyor belt that transports people.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 5.4.2.24.A

5.4.2.24.3 Formal representation

TYPE IfcTransportElementTypeEnum = ENUMERATION OF
	(CRANEWAY
	,ELEVATOR
	,ESCALATOR
	,HAULINGGEAR
	,LIFTINGGEAR
	,MOVINGWALKWAY
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.24.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.24.5 Changelog

5.4.2.24.5.1 IFC4

  • item, CRANEWAY
  • item, LIFTINGGEAR

5.4.2.24.5.2 IFC4.3_DEV_ffe3a63

  • item, HAULINGGEAR