ENTITY text_display_template_entity

(* SCHEMA iges_structure_schema; *)
           
  ENTITY text_display_template_entity
    ABSTRACT SUPERTYPE OF (ONEOF (absolute_text_display_template_entity,
		                  incremental_text_display_template_entity))
    SUBTYPE OF (connectivity_entity);

    level      : entity_level;
    view       : entity_view;
    transformation    : transformation_matrix_entity;
    label_display     : label_display_entity;
    blank      : blank_status;
    color         : entity_color;
  DERIVE
    entity_type : INTEGER := 312;
    subordinate : subordinate_switch := independent;
    used : use_flag := definition;
    hierarchy : hierarchy_flag := all;
  END_ENTITY;

Explicit Attributes

Entity text_display_template_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)text_display_template_entity
 viewentity_view (SELECT)text_display_template_entity
 transformationtransformation_matrix_entity (ENTITY)text_display_template_entity
 label_displaylabel_display_entity (ENTITY)text_display_template_entity
 blankblank_status (ENUM)text_display_template_entity
 colorentity_color (SELECT)text_display_template_entity

Derived Attributes

Entity text_display_template_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERtext_display_template_entity
 subordinatesubordinate_switch (ENUM)text_display_template_entity
 useduse_flag (ENUM)text_display_template_entity
 hierarchyhierarchy_flag (ENUM)text_display_template_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity text_display_template_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      connectivity_entity

Subtypes

Entity text_display_template_entity has the following subtypes:
    absolute_text_display_template_entity*
    incremental_text_display_template_entity*
* - Immediate Subtypes

Referenced By

Entity text_display_template_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 associativities SELECT text_display_template_entity
 attribute_definition ENTITY text_display_template_entity
 connectivity_entity ENTITY text_display_template_entity
 connect_point_entity ENTITY text_display_template_entity
 datum SELECT directory_entry
 directory_entry ENTITY structure_entity
 drawing_entity ENTITY directory_entry
 entity_reference ENTITY directory_entry
 flow_entity ENTITY text_display_template_entity
 general_symbol_entity ENTITY directory_entry
 group_entity ENTITY directory_entry
 group_without_back_pointers_entity ENTITY directory_entry
 label_placement ENTITY directory_entry
 network_subfigure_definition_entity ENTITY directory_entry
 network_subfigure_definition_entity ENTITY text_display_template_entity
 network_subfigure_instance_entity ENTITY text_display_template_entity
 ordered_group_without_back_pointers_entity ENTITY directory_entry
 ordered_group_with_back_pointers_entity ENTITY directory_entry
 piping_flow_entity ENTITY text_display_template_entity
 planar_entity ENTITY directory_entry
 single_parent_entity ENTITY directory_entry
 structure_entity ENTITY connectivity_entity
 subfigure_definition_entity ENTITY directory_entry
 views_visible_color_entity ENTITY directory_entry
 views_visible_entity ENTITY directory_entry


[Top Level Definitions] [Exit]

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