ENTITY chain_based_item_identified_representation_usage

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY chain_based_item_identified_representation_usage
   SUBTYPE OF (item_identified_representation_usage);
      nodes : LIST [2:?] OF UNIQUE representation;
      undirected_link : LIST [1:?] OF chained_representation_link;
   DERIVE
      root : representation := nodes[1];
      directed_link : LIST [1:?] OF representation_relationship := get_directed_link(nodes, undirected_link);
      leaf : representation := SELF\item_identified_representation_usage.used_representation;
   WHERE
      WR1:
         EXISTS(directed_link);
END_ENTITY;

Explicit Attributes

Entity chain_based_item_identified_representation_usage has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)item_identified_representation_usage
 descriptiontext (STRING)item_identified_representation_usage
 definitionitem_identified_representation_usage_definition (SELECT)item_identified_representation_usage
 used_representationrepresentation (ENTITY)item_identified_representation_usage
 identified_itemitem_identified_representation_usage_select (SELECT)item_identified_representation_usage
 nodesLIST OF representation (ENTITY)chain_based_item_identified_representation_usage
 undirected_linkLIST OF chained_representation_link (SELECT)chain_based_item_identified_representation_usage

Derived Attributes

Entity chain_based_item_identified_representation_usage has the following local and inherited derived attributes:
AttributeTypeDefined By
 rootrepresentation (ENTITY)chain_based_item_identified_representation_usage
 directed_linkLIST OF representation_relationship (ENTITY)chain_based_item_identified_representation_usage
 leafrepresentation (ENTITY)chain_based_item_identified_representation_usage

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity chain_based_item_identified_representation_usage inherits from the following supertypes:
  item_identified_representation_usage

Subtypes

Entity chain_based_item_identified_representation_usage has the following subtypes:
    chain_based_geometric_item_specific_usage*
* - Immediate Subtypes

Referenced By

Entity chain_based_item_identified_representation_usage and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 chain_based_item_identified_representation_usage ENTITY item_identified_representation_usage
 characterized_item SELECT item_identified_representation_usage
 draughting_model_item_association ENTITY item_identified_representation_usage
 draughting_model_item_association_with_placeholder ENTITY item_identified_representation_usage
 explicit_composite_hole ENTITY item_identified_representation_usage
 geometric_item_specific_usage ENTITY item_identified_representation_usage


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00