IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

7.8.2.4 IfcTrackElementTypeEnum

7.8.2.4.1 Semantic definition

Enumeration of Track Elements types.

7.8.2.4.2 Type values

Type Description
BLOCKINGDEVICE

A device composed of pneumatic, mechanic or electric components causing the braking of a train in case of emergency.

DERAILER

A fixed device which, when placed on the rail, derails the wheels of a vehicle, and serves to protect a converging line. Note: definition from IEC 60050-821.

FROG

A frog is an arrangement ensuring the intersection of two opposite running edges of turnouts or diamond crossings and having one crossing vee and two wing rails. Note: definition from EN 13232-1-2004.

HALF_SET_OF_BLADES

A half set of blades consists of one stock rail and its switch rail complete with small fittings. It is right or left hand as seen by an observer in the centre of the track facing the switch heel from the switch toe. Note: definition from EN 13232-1-2004.

SLEEPER

A sleeper is a track element that supports running rails, guard rails and check rails usually at right angles to its axis.

SPEEDREGULATOR

A device composed of pneumatic, mechanic or electric components causing the breaking of a train in case of emergency.

TRACKENDOFALIGNMENT

A track end of alignment is a special functional installation such as axle-gauge changeover point or transporter wagon loading point.

VEHICLESTOP

A fixed installation at the end of the track which stops any vehicle movement (e.g., buffer stop, sand hump, etc.).

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 7.8.2.4.A

7.8.2.4.3 Formal representation

TYPE IfcTrackElementTypeEnum = ENUMERATION OF
	(BLOCKINGDEVICE
	,DERAILER
	,FROG
	,HALF_SET_OF_BLADES
	,SLEEPER
	,SPEEDREGULATOR
	,TRACKENDOFALIGNMENT
	,VEHICLESTOP
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.8.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.8.2.4.5 Changelog

7.8.2.4.5.1 IFC4.3_DEV_ffe3a63

  • New resource