IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 7.11.2.2.A

7.11.2.2.3 Formal representation

TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF
	(CAISSON
	,WELL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.11.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.11.2.2.5 Changelog

7.11.2.2.5.1 IFC4.2

  • New resource