IFC 4.3.0.0 (IFC4X3) final

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

A Sign type formed of a vertical post (possibly with some lettering or symbols) usually used to delimitate distance or the location of some equipment.

MIRROR

A sign type that provides information via a reflective mirror surface.

PICTORAL

A sign type formed of a flat plate with some written or symbolic images on it.

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 6.6.2.8.A

6.6.2.8.3 Formal representation

TYPE IfcSignTypeEnum = ENUMERATION OF
	(MARKER
	,MIRROR
	,PICTORAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.6.2.8.4 References