Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTextPath

Definition from IAI: 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 STEP name:text_path . Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New entity in Release IFC2x 2nd Edition.

EXPRESS specification:

TYPE IfcTextPath = ENUMERATION OF
( LEFT,
RIGHT,
UP,
DOWN);
END_TYPE;