IfcSlabTypeEnum
Definition from IAI: This enumeration
defines the available predefined types of a slab. The IfcSlabTypeEnum
can be used for slab occurrences, IfcSlab, and slab
types, IfcSlabType. A special property set
definition may be provided for each predefined type.
HISTORY
New type in IFC Release 2.0
Floor |
The slab is used to represent a
floor slab.
|
Roof |
The slab is used to represent a
roof slab (either flat or sloped).
|
Landing |
The slab is used to represent a
landing within a stair or ramp.
|
BaseSlab |
The slab is used to represent a
floor slab against the ground (and thereby being a part of the
foundation)
IFC2x
Edition 3 CHANGE new enumerator added.
|
EXPRESS specification:
|
TYPE IfcSlabTypeEnum = ENUMERATION OF
|
|
(
|
FLOOR, ROOF, LANDING, BASESLAB, USERDEFINED, NOTDEFINED);
|
|
|