7.11.2.3 IfcFootingTypeEnum
7.11.2.3.1 Semantic definition
Enumeration defining the generic footing type.
7.11.2.3.2 Type values
Type | Description |
---|---|
CAISSON_FOUNDATION
|
A foundation construction type used in underwater construction. |
FOOTING_BEAM
|
Footing elements that are in bending and are supported clear of the ground. They will normally span between piers, piles or pile caps. They are distinguished from beams in the building superstructure since they will normally require a lower grade of finish. They are distinguished from STRIP_FOOTING since they are clear of the ground surface and hence require support to the lower face while the concrete is curing. |
PAD_FOOTING
|
An element that transfers the load of a single column (possibly two) to the ground. |
PILE_CAP
|
An element that transfers the load from a column or group of columns to a pier or pile or group of piers or piles. |
STRIP_FOOTING
|
A linear element that transfers loads into the ground from either a continuous element, such as a wall, or from a series of elements, such as columns. |
USERDEFINED
|
Special types of footings which meet specific local requirements. |
NOTDEFINED
|
The type of footing is not defined. |
7.11.2.3.3 Formal representation
TYPE IfcFootingTypeEnum = ENUMERATION OF
(CAISSON_FOUNDATION
,FOOTING_BEAM
,PAD_FOOTING
,PILE_CAP
,STRIP_FOOTING
,USERDEFINED
,NOTDEFINED);
END_TYPE;