ENTITY boundary_representation_entity

(* SCHEMA iges_boundary_representation_schema; *)
  ENTITY boundary_representation_entity
    ABSTRACT SUPERTYPE OF (ONEOF (manifold_solid_brep_entity,
				  vertex_list_entity,
				  edge_list_entity,
				  loop_entity,
				  face_entity,
				  shell_entity,
				  direction_entity))
    SUBTYPE OF (directory_entry);

    level             : entity_level;
    label_display     : label_display_entity;


    -- Technically, this does not match the spec since color is n.a.
    -- for all of the boundary rep types, but many systems exchange
    -- color information for topology, so we add it at the root.
    color             : entity_color;
  END_ENTITY;

Explicit Attributes

Entity boundary_representation_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

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity boundary_representation_entity inherits from the following supertypes:
  directory_entry

Subtypes

Entity boundary_representation_entity has the following subtypes:
    direction_entity*
    edge_list_entity*
    face_entity*
    loop_entity*
    manifold_solid_brep_entity*
    shell_entity*
    vertex_list_entity*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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