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