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:
| Attribute | Type | Defined By | 
|---|
 |  fixvar | fixed_or_variable_display (ENUM) | text_string |  
|  chrwid | REAL | text_string |  
|  chrhgt | REAL | text_string |  
|  cspace | REAL | text_string |  
|  lspace | REAL | text_string |  
|  font | INTEGER | text_string |  
|  chrang | REAL | text_string |  
|  cctext | STRING | text_string |  
|  wt | REAL | text_string |  
|  ht | REAL | text_string |  
|  fc | font_code (SELECT) | text_string |  
|  sl | REAL | text_string |  
|  a | REAL | text_string |  
|  m | mirror_flag (ENUM) | text_string |  
|  vh | rotate_flag (ENUM) | text_string |  
|  xs | REAL | text_string |  
|  ys | REAL | text_string |  
|  zs | REAL | text_string |  
|  text | STRING | text_string |  
 
 | 
Derived Attributes
Entity text_string has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  nc | INTEGER | text_string |  
|  chrset | font_code (SELECT) | text_string |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity text_string and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00