Struct Ifc4::IfcDirectionSenseEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcDirectionSenseEnum

Public Types

enum Value

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

ENUMERATION

POSITIVE: Direction defined to be positive. NEGATIVE: Direction defined to be negative.

HISTORY New Type in IFC2x.

Values:

enumerator IfcDirectionSense_POSITIVE
enumerator IfcDirectionSense_NEGATIVE

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)