6.6.2.8 IfcSignTypeEnum
6.6.2.8.1 Semantic definition
This container defines the different predefined types of signs that can specify an IfcSign or IfcSignType.
6.6.2.8.2 Type values
| Type | Description |
|---|---|
MARKER
| |
MIRROR
| |
PICTORAL
| |
USERDEFINED
| |
NOTDEFINED
|
6.6.2.8.3 Formal representation
TYPE IfcSignTypeEnum = ENUMERATION OF
(MARKER
,MIRROR
,PICTORAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;