IfcTextLiteral

Natural language names
Text - Buchstabensymbole
Text Literal
Semantic definitions at the entity
Entity 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.

NOTE  Entity adapted from text_literal defined in ISO10303-46
HISTORY  New entity in IFC2x2.
IFC2x3 CHANGE  The IfcTextLiteral has been changed by removing Font and Alignment.
DEPRECATION  The use of IfcTextLiteral is deprecated and it will be made abstract.
Attribute definitions
#AttributeTypeCardinalityDescription G
1LiteralIfcPresentableText The text literal to be presented.X
2PlacementIfcAxis2Placement An IfcAxis2Placement that determines the placement and orientation of the presented string.X
3PathIfcTextPath The writing direction of the text literal.X
Inherited definitions from supertypes
Entity inheritance IfcTextLiteralWithExtent IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcTextLiteral
1LiteralIfcPresentableText The text literal to be presented.X
2PlacementIfcAxis2Placement An IfcAxis2Placement that determines the placement and orientation of the presented string.X
3PathIfcTextPath The writing direction of the text literal.X
Formal representations
XML Specification
 <xs:element name="IfcTextLiteral" type="ifc:IfcTextLiteral" substitutionGroup="ifc:IfcGeometricRepresentationItem" nillable="true"/>
 <xs:complexType name="IfcTextLiteral">
  <xs:complexContent>
   <xs:extension base="ifc:IfcGeometricRepresentationItem">
    <xs:sequence>
     <xs:element name="Placement">
      <xs:complexType>
       <xs:group ref="ifc:IfcAxis2Placement"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
    <xs:attribute name="Literal" type="ifc:IfcPresentableText" use="optional"/>
    <xs:attribute name="Path" type="ifc:IfcTextPath" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcTextLiteral
 SUPERTYPE OF(IfcTextLiteralWithExtent)
 SUBTYPE OF (IfcGeometricRepresentationItem);
  Literal : IfcPresentableText;
  Placement : IfcAxis2Placement;
  Path : IfcTextPath;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page