IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

5.4.2.25 IfcVehicleTypeEnum

5.4.2.25.1 Semantic definition

This enumeration is used to identify non-fixed or mobile transport element types.

5.4.2.25.2 Type values

Type Description
CARGO

A mobile transport element that represents a discrete unit of cargo managed by a facility.

ROLLINGSTOCK

Refers to railway vehicles, including both powered and unpowered vehicles, for example locomotives, railroad cars, coaches, private railroad cars and wagons.

VEHICLE

A generalisation of a vehicle that interacts with a facility (e.g. as a user/customer) or as a specified operational asset within the facility.

VEHICLEAIR

A specialisation of a vehicle that represents powered and unpowered flying vehicles, such as airplanes, helicopters, gliders etc.

VEHICLEMARINE

A specialisation of a vehicle that operates on water as a marine vessel.

VEHICLETRACKED

A specialisation of a vehicle that operates on land tracked (Caterpillar).

VEHICLEWHEELED

A specialisation of a vehicle that operates on land as a multi wheeled vehicle such as a car, lorry, forklift etc.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 5.4.2.25.A

5.4.2.25.3 Formal representation

TYPE IfcVehicleTypeEnum = ENUMERATION OF
	(CARGO
	,ROLLINGSTOCK
	,VEHICLE
	,VEHICLEAIR
	,VEHICLEMARINE
	,VEHICLETRACKED
	,VEHICLEWHEELED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.25.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.2.25.5 Changelog

5.4.2.25.5.1 IFC4.3_DEV_ffe3a63

  • New resource