IFC 4.3.0.0 (IFC4X3) final

8.10.2.2 IfcDirectionSenseEnum

8.10.2.2.1 Semantic definition

IfcDirectionSenseEnum is an enumeration denoting whether sense of direction is positive or negative along the given axis.

8.10.2.2.2 Type values

Type Description
NEGATIVE

Direction defined to be negative.

POSITIVE

Direction defined to be positive.

Table 8.10.2.2.A

8.10.2.2.3 Formal representation

TYPE IfcDirectionSenseEnum = ENUMERATION OF
	(NEGATIVE
	,POSITIVE);
END_TYPE;

8.10.2.2.4 References