IfcPileTypeEnum
Definition from IAI: Enumeration defining the pile type according
to function.
HISTORY New type in IFC Release 2x2
ENUMERATION
- COHESION A cohesion pile.
- FRICTION A friction pile.
- SUPPORT A support pile.
- USERDEFINED The type of pile function is user defined.
- NOTDEFINED The type of pile function is not defined.
EXPRESS specification:
|
TYPE IfcPileTypeEnum = ENUMERATION OF
|
|
(
|
COHESION, FRICTION, SUPPORT, USERDEFINED, NOTDEFINED);
|
|
|