IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.13.3.5 IfcTextLiteral

RV ⓘ
AbV ⓘ

8.13.3.5.1 Semantic definition

The text literal is a geometric representation item which describes a text string using a string literal and additional position and path information. The text size and appearance is determined by the IfcTextStyle that is associated to the IfcTextLiteral through an IfcStyledItem.

The text string is placed within the planar extent (the box) defined within the subtype IfcTextLiteralWithExtent.

DEPRECATION The use of IfcTextLiteral is deprecated and it will be made abstract.

8.13.3.5.2 Entity inheritance

8.13.3.5.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
Click to show 2 hidden inherited attributes
IfcTextLiteral (3)
1 Literal IfcPresentableText

The text literal to be presented.

2 Placement IfcAxis2Placement

An IfcAxis2Placement that determines the placement and orientation of the presented string.

3 Path IfcTextPath

The writing direction of the text literal.

Table 8.13.3.5.A

8.13.3.5.4 Formal representation

ENTITY IfcTextLiteral
SUPERTYPE OF (ONEOF
(IfcTextLiteralWithExtent))
SUBTYPE OF (IfcGeometricRepresentationItem);
Literal : IfcPresentableText;
Placement : IfcAxis2Placement;
Path : IfcTextPath;
END_ENTITY;

8.13.3.5.5 References