IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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

Edit on Github


Is this page difficult to understand? Let us know!

6.6.2.8.5 Changelog

6.6.2.8.5.1 IFC4.3_DEV_70ee25e8

  • New resource