IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.6.2.2 IfcEarthworksCutTypeEnum

6.6.2.2.1 Semantic definition

This container defines the different predefined types of earthworks cut elements that can specify an IfcEarthworksCut.

6.6.2.2.2 Type values

Type Description
BASE_EXCAVATION

Excavation for basements of buildings, abutments of bridges or similar structures either partially or completely below ground level.

CUT

Excavation where soil or rock below topsoil is cut to the depth required for the construction of facilities such as roads and railways. The removed material can be used as fill (IfcEarthworksElement) for embankments or to form a level surface on which to build.

DREDGING

Underwater excavation to recover material or to create a greater depth of water.

EXCAVATION

General type of excavation when more accurate type is not specified.

OVEREXCAVATION

Excavation that goes beyond the depth required for construction, in order to replace unsuitable material.

PAVEMENTMILLING

Removal of expired material from top of pavement to be replaced by new material.

STEPEXCAVATION

Removal of the soft part of the existing road slope, where it is dug into steps, when widening a road.

TOPSOILREMOVAL

Excavation where the topmost layer of soil containing organic material is cut or stripped. The removed topsoil can be used as fill (EarthworksElement) e.g. where planting is planned.

TRENCH

Excavation whose length greatly exceeds the depth and width. Trench is typically excavated for strip foundations or for buried services such as drainage or cabling.

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 6.6.2.2.A

6.6.2.2.3 Formal representation

TYPE IfcEarthworksCutTypeEnum = ENUMERATION OF
	(BASE_EXCAVATION
	,CUT
	,DREDGING
	,EXCAVATION
	,OVEREXCAVATION
	,PAVEMENTMILLING
	,STEPEXCAVATION
	,TOPSOILREMOVAL
	,TRENCH
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.6.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.6.2.2.5 Changelog

6.6.2.2.5.1 IFC4.3_DEV_70ee25e8

  • New resource