ENTITY general_note_entity
(* SCHEMA iges_annotation_schema; *)
           
   ENTITY general_note_entity
     SUBTYPE OF (annotation_entity);
     subordinate : subordinate_switch;
     form    : INTEGER;
     strings : LIST OF text_string;
   DERIVE
     entity_type : INTEGER := 212;
     used: use_flag := annotation;
     line_font : line_pattern := solid;
     ns : INTEGER := SIZEOF(strings);
   WHERE
     (form = 0) OR (form = 1) OR (form = 2) OR (form = 3) OR
     (form = 4) OR (form = 5) OR (form = 6) OR (form = 7) OR
     (form = 8) OR (form = 100) OR (form = 101) OR (form = 102) OR
     (form = 105);
   END_ENTITY;
Explicit Attributes
Entity general_note_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity general_note_entity has the following local and inherited derived attributes:
| Attribute | Type | Defined By | 
|---|
 |  entity_type | INTEGER | general_note_entity |  
|  used | use_flag (ENUM) | general_note_entity |  
|  line_font | line_pattern (ENUM) | general_note_entity |  
|  ns | INTEGER | general_note_entity |  
 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
Entity general_note_entity inherits from the following supertypes:
  directory_entry
    annotation_entity
Subtypes
    No subtypesReferenced By
Entity general_note_entity 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