IfcCoveringTypeEnum
Definition from IAI: This enumeration defines the available
generic types for IfcCovering.
HISTORY New enumeration in IFC
Release 1.0
IFC2x PLATFORM CHANGE: The
enumerators of the IfcCoveringTypeEnum has been extended by adding
INSULATION, SLEEVING and WRAPPING with upward compatibility for
file based exchange.
Definition from IAI: The IfcCoveringTypeEnum defines the
range of different types of covering that can be specified.
Enumeration
- CEILING - the covering is used to represent a ceiling
- FLOORING - the covering is used to represent a flooring
- CLADDING - the covering is used to represent a cladding
- ROOFING - the covering is used to represent a roof
- INSULATION - the covering is used to insulate an element for thermal
or acoustic purposes.
- MEMBRANE - an impervious layer that could be used for e.g. roof
covering (below tiling - that may be known as sarking etc.) or as a damp proof
course membrane
- SLEEVING - the covering is used to isolate a distribution element
from a space in which it is contained.
- WRAPPING - the covering is used for wrapping particularly of
distribution elements using tape.
- USERDEFINED
- NOTDEFINED
EXPRESS specification:
|
TYPE IfcCoveringTypeEnum = ENUMERATION OF
|
|
(
|
CEILING, FLOORING, CLADDING, ROOFING, INSULATION, MEMBRANE, SLEEVING, WRAPPING, USERDEFINED, NOTDEFINED);
|
|
|