ENTITY character

(* SCHEMA iges_structure_schema; *)
  ENTITY character;
    ac : INTEGER;
    nx : INTEGER;
    ny : INTEGER;
    pen_motions : LIST OF pen_motion;
  DERIVE
    nm : INTEGER := SIZEOF(pen_motions);
  END_ENTITY;

Explicit Attributes

Entity character has the following local and inherited explicit attributes:
AttributeTypeDefined By
 acINTEGERcharacter
 nxINTEGERcharacter
 nyINTEGERcharacter
 pen_motionsLIST OF pen_motion (ENTITY)character

Derived Attributes

Entity character has the following local and inherited derived attributes:
AttributeTypeDefined By
 nmINTEGERcharacter

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity character and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 text_font_definition_entity ENTITY character


[Top Level Definitions] [Exit]

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