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:
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)general_note_entity
 formINTEGERgeneral_note_entity
 stringsLIST OF text_string (ENTITY)general_note_entity

Derived Attributes

Entity general_note_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERgeneral_note_entity
 useduse_flag (ENUM)general_note_entity
 line_fontline_pattern (ENUM)general_note_entity
 nsINTEGERgeneral_note_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity general_note_entity inherits from the following supertypes:
  directory_entry
    annotation_entity

Subtypes

    No subtypes

Referenced By

Entity general_note_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 angular_dimension_entity ENTITY general_note_entity
 annotation_entity ENTITY general_note_entity
 associativities SELECT general_note_entity
 base_entity SELECT annotation_entity
 curve_dimension_entity ENTITY general_note_entity
 datum SELECT directory_entry
 diameter_dimension_entity ENTITY general_note_entity
 directory_entry ENTITY annotation_entity
 flag_note_entity ENTITY general_note_entity
 general_label_entity ENTITY general_note_entity
 general_symbol_entity ENTITY directory_entry
 general_symbol_entity ENTITY general_note_entity
 linear_dimension_entity ENTITY general_note_entity
 ordinate_dimension_entity ENTITY general_note_entity
 point_dimension_entity ENTITY general_note_entity
 radius_dimension_entity ENTITY general_note_entity
 nodal_displacement_and_rotation_entity ENTITY general_note_entity
 nodal_results_entity ENTITY general_note_entity
 element_results_entity ENTITY general_note_entity


[Top Level Definitions] [Exit]

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