Struct Ifc4x2::IfcTextPath

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcTextPath

Public Types

enum Value

The text path determines the direction of the text characters in respect to each other.

NOTE: The IfcTextPath is an entity that had been adopted from ISO 10303, Industrial automation systems and integration—Product data representation and exchange, Part 46: Integrated generic resources: Visual presentation.

NOTE Corresponding ISO 10303 name:text_path . Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New entity in IFC2x2.

Values:

enumerator IfcTextPath_LEFT
enumerator IfcTextPath_RIGHT
enumerator IfcTextPath_UP
enumerator IfcTextPath_DOWN

Public Static Functions

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