Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPileConstructionEnum

Definition from IAI: Enumeration defining the construction type for piles. The type is mainly based on how the piles are used and manufactured. Some material information is mixed in because this affects the way the piles are used.

HISTORY New type in IFC Release 2x2

ENUMERATION


EXPRESS specification:

TYPE IfcPileConstructionEnum = ENUMERATION OF
( CAST_IN_PLACE,
COMPOSITE,
PRECAST_CONCRETE,
PREFAB_STEEL,
USERDEFINED,
NOTDEFINED);
END_TYPE;