IFC 4.3.2.20260630 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

8.12.2.18 IfcTextAlignment

8.12.2.18.1 Semantic definition

The IfcTextAlignment describes how text is aligned within the element. Values are:

  • left
  • right
  • center
  • justify

8.12.2.18.2 Formal Propositions

WR1

Allowable values for text alignment.

SELF IN ['left', 'right', 'center', 'justify']
Table 8.12.2.18.A

8.12.2.18.3 Formal representation

TYPE IfcTextAlignment = STRING;
 WHERE
	 WR1 : SELF IN ['left', 'right', 'center', 'justify'];
END_TYPE;

8.12.2.18.4 References

Edit on Github


Is this page difficult to understand? Let us know!