ENTITY text_string

(* SCHEMA iges_annotation_schema; *)
   ENTITY text_string;
     fixvar : OPTIONAL fixed_or_variable_display;
     chrwid : OPTIONAL REAL;
     chrhgt : OPTIONAL REAL;
     cspace : OPTIONAL REAL;
     lspace : OPTIONAL REAL;
     font   : OPTIONAL INTEGER;
     chrang : OPTIONAL REAL;
     cctext : OPTIONAL STRING;
     wt : REAL;
     ht : REAL;
     fc : font_code;    -- if INTEGER, check predefined values
     sl : REAL;
     a : REAL;
     m : mirror_flag;
     vh : rotate_flag;
     xs : REAL;
     ys : REAL;
     zs : REAL;
     text : STRING;
   DERIVE
     nc : INTEGER := LENGTH(text);
     chrset : font_code := fc;
   END_ENTITY;

Explicit Attributes

Entity text_string has the following local and inherited explicit attributes:
AttributeTypeDefined By
 fixvarfixed_or_variable_display (ENUM)text_string
 chrwidREALtext_string
 chrhgtREALtext_string
 cspaceREALtext_string
 lspaceREALtext_string
 fontINTEGERtext_string
 chrangREALtext_string
 cctextSTRINGtext_string
 wtREALtext_string
 htREALtext_string
 fcfont_code (SELECT)text_string
 slREALtext_string
 aREALtext_string
 mmirror_flag (ENUM)text_string
 vhrotate_flag (ENUM)text_string
 xsREALtext_string
 ysREALtext_string
 zsREALtext_string
 textSTRINGtext_string

Derived Attributes

Entity text_string has the following local and inherited derived attributes:
AttributeTypeDefined By
 ncINTEGERtext_string
 chrsetfont_code (SELECT)text_string

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity text_string and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 general_note_entity ENTITY text_string
 new_general_note_entity ENTITY text_string


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00