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:
Attribute | Type | Defined By |
---|
ac | INTEGER | character |
nx | INTEGER | character |
ny | INTEGER | character |
pen_motions | LIST OF pen_motion (ENTITY) | character |
|
Derived Attributes
Entity character has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
nm | INTEGER | character |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity character 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