Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcDirectionSenseEnum

Definition from IAI: Enumeration denoting whether sense of direction is positive or negative along the given axis.

ENUMERATION

HISTORY: New Type in IFC 2x.

EXPRESS specification:

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