6.6.2.4 IfcGeotechnicalStratumTypeEnum
6.6.2.4.1 Semantic definition
This container defines the different predefined types of stratum elements that can further specify an IfcGeotechnicalStratum.
6.6.2.4.2 Type values
Type | Description |
---|---|
SOLID
|
Representation of the concept of an identified discrete almost homogenous solid geological or surface feature, including discontinuities such as faults, fractures, boundaries and interfaces that are not explicitly modelled. |
VOID
|
Representation of the concept of an identified discrete air filled geological feature, including caves and other voids. |
WATER
|
Representation of the concept of an identified discrete water filled geological or surface feature including lakes, rivers and seas. |
USERDEFINED
|
No description available. |
NOTDEFINED
|
No description available. |
6.6.2.4.3 Formal representation
TYPE IfcGeotechnicalStratumTypeEnum = ENUMERATION OF
(SOLID
,VOID
,WATER
,USERDEFINED
,NOTDEFINED);
END_TYPE;