Struct Ifc4::IfcLayerSetDirectionEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcLayerSetDirectionEnum

Public Types

enum Value

IfcLayerSetDirectionEnum provides identification of the axis of element geometry, denoting the layer set thickness direction, or direction of layer offsets.

ENUMERATION

AXIS1: Usually x-axis. AXIS2: Usually y-axis. AXIS3: Usually z-axis.

HISTORY: New Type in IFC2x.

Values:

enumerator IfcLayerSetDirection_AXIS1
enumerator IfcLayerSetDirection_AXIS2
enumerator IfcLayerSetDirection_AXIS3

Public Static Functions

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