IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

6.6.2.6 IfcPavementTypeEnum

6.6.2.6.1 Semantic definition

This container defines the different predefined types of course elements that can further specify an IfcPavement or IfcPavementType.

6.6.2.6.2 Type values

Type Description
FLEXIBLE

Pavement with a bituminous surfacing and with a base layer with or without a hydrocarbon binder.

RIGID

Pavement substantially constructed of cement concrete.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.6.2.6.A

6.6.2.6.3 Formal representation

TYPE IfcPavementTypeEnum = ENUMERATION OF
	(FLEXIBLE
	,RIGID
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.6.2.6.4 References

Edit on Github

4 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

6.6.2.6.5 Changelog

6.6.2.6.5.1 IFC4.3_DEV_d5336fff

  • New resource