IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.13.2.2 IfcTextPath

8.13.2.2.1 Semantic definition

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

8.13.2.2.2 Type values

Type Description
DOWN

Down

LEFT

Left

RIGHT

Right

UP

Up

Table 8.13.2.2.A

8.13.2.2.3 Formal representation

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

8.13.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!