IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

6.1.2.15 IfcRampFlightTypeEnum

6.1.2.15.1 Semantic definition

This enumeration defines the different types an IfcRampFlight or IfcRampFlightType object can fulfill.

6.1.2.15.2 Type values

Type Description
SPIRAL

A ramp flight with a circular or elliptic walking line.

STRAIGHT

A ramp flight with a straight walking line.

USERDEFINED

User-defined ramp flight.

NOTDEFINED

Undefined ramp flight.

Table 6.1.2.15.A

6.1.2.15.3 Formal representation

TYPE IfcRampFlightTypeEnum = ENUMERATION OF
	(SPIRAL
	,STRAIGHT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.1.2.15.4 References

Edit on Github


Is this page difficult to understand? Let us know!