IText class

IText class

Interface for text primitive

The IText type exposes the following members:

Properties

PropertyDescription
textText
orientationHorizontal or vertical text
mirrioringMirroring of text
originLeft bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
end_bottom_lineRight bottom point of text boundary, maps to AllPoints[3]
upper_leftLeft upper point of text boundary, maps to AllPoints[1]
upper_rightRight upper point of text boundary, maps to AllPoints[2]
propertiesNon-geometric properties of geometric representation
all_pointsArray of all points defining geometry
entity_uidUnique identifier (line number) of entity that created this entity

Methods

MethodDescription
get_transformed_drawableCreates a new drawable using provided points and non-geometric properties of current drawable
get_new_props_drawableCreates a new drawable using geometry of current drawable and provided non-geometric properties
acceptPart of Visitor pattern with an IgesDrawableExporter

See Also