IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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

Edit on Github


Is this page difficult to understand? Let us know!