ENTITY new_general_note_entity
(* SCHEMA iges_annotation_schema; *)
   ENTITY new_general_note_entity
     SUBTYPE OF (annotation_entity);
     subordinate : subordinate_switch;
     txtcw : REAL;
     txtch : REAL;
     justcd : justification_code;
     txtcx : REAL;
     txtcy : REAL;
     txtcz : REAL;
     txtag : REAL;
     baselx : REAL;
     basely : REAL;
     baselz : REAL;
     nils : REAL;
     strings : LIST OF text_string;
   DERIVE
     entity_type : INTEGER := 213;
     form    : INTEGER := 0;
     used: use_flag := annotation;
     line_font : line_pattern := solid;
     ns : INTEGER := SIZEOF(strings);
   END_ENTITY;
Explicit Attributes
Entity new_general_note_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity new_general_note_entity has the following local and inherited derived attributes:
| | Attribute | Type | Defined By | 
|---|
 | entity_type | INTEGER | new_general_note_entity |  | form | INTEGER | new_general_note_entity |  | used | use_flag (ENUM) | new_general_note_entity |  | line_font | line_pattern (ENUM) | new_general_note_entity |  | ns | INTEGER | new_general_note_entity | 
 | 
Inverse Attributes
    No Inverse AttributesSupertypes
Entity new_general_note_entity inherits from the following supertypes:
  directory_entry
    annotation_entity
Subtypes
    No subtypesReferenced By
Entity new_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