IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.11.2.5 IfcPileTypeEnum

7.11.2.5.1 Semantic definition

Enumeration defining the pile type.

7.11.2.5.2 Type values

Type Description
BORED

A bore pile.

COHESION

A cohesion pile.

DRIVEN

A rammed, vibrated, or otherwise driven pile.

FRICTION

A friction pile.

JETGROUTING

An injected pile-like construction.

SUPPORT

A support pile.

USERDEFINED

The type of pile function is user defined.

NOTDEFINED

The type of pile function is not defined.

Table 7.11.2.5.A

7.11.2.5.3 Formal representation

TYPE IfcPileTypeEnum = ENUMERATION OF
	(BORED
	,COHESION
	,DRIVEN
	,FRICTION
	,JETGROUTING
	,SUPPORT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.11.2.5.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.11.2.5.5 Changelog

7.11.2.5.5.1 IFC4

  • item, BORED
  • item, DRIVEN
  • item, JETGROUTING