7.11.2.2 IfcCaissonFoundationTypeEnum
7.11.2.2.1 Semantic definition
Enumeration of Caisson Foundation Types.
7.11.2.2.2 Type values
Type | Description |
---|---|
CAISSON
|
Closed box. |
WELL
|
Open box. |
USERDEFINED
|
User-defined caisson foundation element. |
NOTDEFINED
|
Undefined caisson element. |
7.11.2.2.3 Formal representation
TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF
(CAISSON
,WELL
,USERDEFINED
,NOTDEFINED);
END_TYPE;