5.4.2.18 IfcProjectionElementTypeEnum
5.4.2.18.1 Semantic definition
This enumeration defines the basic types of projection elements.
5.4.2.18.2 Type values
| Type | Description |
|---|---|
BLISTER
| |
DEVIATOR
| |
USERDEFINED
| |
NOTDEFINED
|
5.4.2.18.3 Formal representation
TYPE IfcProjectionElementTypeEnum = ENUMERATION OF
(BLISTER
,DEVIATOR
,USERDEFINED
,NOTDEFINED);
END_TYPE;