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:
AttributeTypeDefined By
 labelSTRINGdirectory_entry
 subscriptINTEGERdirectory_entry
 associationsLIST OF associativities (SELECT)directory_entry
 propertiesLIST OF properties (SELECT)directory_entry
 levelentity_level (SELECT)annotation_entity
 viewentity_view (SELECT)annotation_entity
 transformationtransformation_matrix_entity (ENTITY)annotation_entity
 label_displaylabel_display_entity (ENTITY)annotation_entity
 blankblank_status (ENUM)annotation_entity
 line_weightINTEGERannotation_entity
 colorentity_color (SELECT)annotation_entity
 subordinatesubordinate_switch (ENUM)new_general_note_entity
 txtcwREALnew_general_note_entity
 txtchREALnew_general_note_entity
 justcdjustification_code (ENUM)new_general_note_entity
 txtcxREALnew_general_note_entity
 txtcyREALnew_general_note_entity
 txtczREALnew_general_note_entity
 txtagREALnew_general_note_entity
 baselxREALnew_general_note_entity
 baselyREALnew_general_note_entity
 baselzREALnew_general_note_entity
 nilsREALnew_general_note_entity
 stringsLIST OF text_string (ENTITY)new_general_note_entity

Derived Attributes

Entity new_general_note_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERnew_general_note_entity
 formINTEGERnew_general_note_entity
 useduse_flag (ENUM)new_general_note_entity
 line_fontline_pattern (ENUM)new_general_note_entity
 nsINTEGERnew_general_note_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity new_general_note_entity inherits from the following supertypes:
  directory_entry
    annotation_entity

Subtypes

    No subtypes

Referenced By

Entity new_general_note_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 annotation_entity ENTITY new_general_note_entity
 base_entity SELECT annotation_entity
 datum SELECT directory_entry
 directory_entry ENTITY annotation_entity
 general_symbol_entity ENTITY directory_entry


[Top Level Definitions] [Exit]

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