ENTITY drawing_entity

(* SCHEMA iges_structure_schema; *)
  ENTITY drawing_entity
    SUBTYPE OF (drawing_or_view_entity);

    form              : INTEGER;
    views : LIST OF view;
    dptr   : LIST OF directory_entry;
  DERIVE
    entity_type : INTEGER := 404;
    subordinate : subordinate_switch := independent;
    used : use_flag := annotation;
    n : INTEGER := SIZEOF(views);
    m : INTEGER := SIZEOF(dptr);
  WHERE
    (form = 0) OR (form = 1);
  END_ENTITY;

Explicit Attributes

Entity drawing_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
 formINTEGERdrawing_entity
 viewsLIST OF view (ENTITY)drawing_entity
 dptrLIST OF directory_entry (ENTITY)drawing_entity

Derived Attributes

Entity drawing_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERdrawing_entity
 subordinatesubordinate_switch (ENUM)drawing_entity
 useduse_flag (ENUM)drawing_entity
 nINTEGERdrawing_entity
 mINTEGERdrawing_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity drawing_entity inherits from the following supertypes:
  directory_entry
    structure_entity
      drawing_or_view_entity

Subtypes

    No subtypes

Referenced By

Entity drawing_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 datum SELECT directory_entry
 directory_entry ENTITY structure_entity
 drawing_entity ENTITY directory_entry
 drawing_or_view_entity ENTITY drawing_entity
 entity_reference ENTITY directory_entry
 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
 ordered_group_without_back_pointers_entity ENTITY directory_entry
 ordered_group_with_back_pointers_entity ENTITY directory_entry
 planar_entity ENTITY directory_entry
 single_parent_entity ENTITY directory_entry
 structure_entity ENTITY drawing_or_view_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