ENTITY edge_list_entity

(* SCHEMA iges_boundary_representation_schema; *)
  ENTITY edge_list_entity
    SUBTYPE OF (boundary_representation_entity);

    blank : blank_status;
    used  : use_flag;
    edges : LIST OF edge_data;
  DERIVE
    entity_type : INTEGER := 504;
    subordinate : subordinate_switch := physicallyDependent;
    hierarchy   : hierarchy_flag := none;
    form        : INTEGER := 1;
    n           : INTEGER := SIZEOF(edges);
  WHERE
    n > 0;
  END_ENTITY;

Explicit Attributes

Entity edge_list_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)boundary_representation_entity
 label_displaylabel_display_entity (ENTITY)boundary_representation_entity
 colorentity_color (SELECT)boundary_representation_entity
 blankblank_status (ENUM)edge_list_entity
 useduse_flag (ENUM)edge_list_entity
 edgesLIST OF edge_data (ENTITY)edge_list_entity

Derived Attributes

Entity edge_list_entity has the following local and inherited derived attributes:
AttributeTypeDefined By
 entity_typeINTEGERedge_list_entity
 subordinatesubordinate_switch (ENUM)edge_list_entity
 hierarchyhierarchy_flag (ENUM)edge_list_entity
 formINTEGERedge_list_entity
 nINTEGERedge_list_entity

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity edge_list_entity inherits from the following supertypes:
  directory_entry
    boundary_representation_entity

Subtypes

    No subtypes

Referenced By

Entity edge_list_entity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 boundary_representation_entity ENTITY edge_list_entity
 datum SELECT directory_entry
 directory_entry ENTITY boundary_representation_entity
 vertex_or_edge SELECT edge_list_entity


[Top Level Definitions] [Exit]

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