Navigation

IfcTextLiteralWithExtent

Definition from IAI: The text literal with extent is a text literal with the additional explicit information of the planar extent.

NOTE: The IfcTextLiteralWithExtent 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_literal_with_extent. 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:

ENTITY IfcTextLiteralWithExtent
SUBTYPE OF ( IfcTextLiteral);
Extent  :  IfcPlanarExtent;
END_ENTITY;

Attribute definitions:

Extent  :  The extent in the x and y direction of the text literal.

Inheritance graph

ENTITY IfcTextLiteralWithExtent;
ENTITY IfcRepresentationItem;
ENTITY IfcGeometricRepresentationItem;
ENTITY IfcTextLiteral;
Literal  :  IfcPresentableText;
Placement  :  IfcAxis2Placement;
Alignment  :  IfcTextAlignment;
Path  :  IfcTextPath;
Font  :  IfcFontSelect;
ENTITY IfcTextLiteralWithExtent;
Extent  :  IfcPlanarExtent;
END_ENTITY;