6.6.2.8 IfcSignTypeEnum(标志类型枚举)
6.6.2.8.1 语义定义(Semantic definition)
此容器定义了可指定 IfcSign 或 IfcSignType 的不同预定义标志类型。
6.6.2.8.2 类型值
| 类型 | 描述 |
|---|---|
MARKER
| |
MIRROR
| |
PICTORAL
| |
USERDEFINED
| |
NOTDEFINED
|
6.6.2.8.3 形式化表示(Formal representation)
TYPE IfcSignTypeEnum = ENUMERATION OF
(MARKER
,MIRROR
,PICTORAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;