ENTITY representation_map

(* SCHEMA step_merged_ap_schema; *)
ENTITY representation_map;
      mapping_origin : representation_item;
      mapped_representation : representation;
   INVERSE
      map_usage : SET [1:?] OF mapped_item FOR mapping_source;
   WHERE
      WR1:
         item_in_context(mapping_origin, mapped_representation\representation.context_of_items);
END_ENTITY;

Explicit Attributes

Entity representation_map has the following local and inherited explicit attributes:
AttributeTypeDefined By
 mapping_originrepresentation_item (ENTITY)representation_map
 mapped_representationrepresentation (ENTITY)representation_map

Derived Attributes

    No derived attributes

Inverse Attributes

Entity representation_map has the following local and inherited inverse attributes:
AttributeTypeDefined By
 map_usageSET OF mapped_item (ENTITY)representation_map

Supertypes

    No supertypes

Subtypes

Entity representation_map has the following subtypes:
    camera_usage*
    symbol_representation_map*
* - Immediate Subtypes

Referenced By

Entity representation_map and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation_map
 camera_usage ENTITY representation_map
 get_directed_link FUNCTION representation_map
 mapped_item ENTITY representation_map
 open_path_based_inner_boundary FUNCTION representation_map
 path_area_with_parameters ENTITY representation_map
 repositioned_neutral_sketch ENTITY representation_map
 representations_mapped_into FUNCTION representation_map
 subtype_exclusiveness_representation_map RULE representation_map
 symbol_representation_map ENTITY representation_map
 using_representation_with_mapping FUNCTION representation_map


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:03-05:00