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:
Derived Attributes
Entity chain_based_item_identified_representation_usage has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
root | representation (ENTITY) | chain_based_item_identified_representation_usage |
directed_link | LIST OF representation_relationship (ENTITY) | chain_based_item_identified_representation_usage |
leaf | representation (ENTITY) | chain_based_item_identified_representation_usage |
|
Inverse Attributes
No Inverse AttributesSupertypes
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:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00