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.  | 
7.11.2.5.3 Formal representation
TYPE IfcPileTypeEnum = ENUMERATION OF
	(BORED
	,COHESION
	,DRIVEN
	,FRICTION
	,JETGROUTING
	,SUPPORT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;