ENTITY characterized_chain_based_item_within_representation
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY characterized_chain_based_item_within_representation
SUBTYPE OF (characterized_item_within_representation);
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\characterized_item_within_representation.rep;
WHERE
WR1:
EXISTS(directed_link);
END_ENTITY;
Explicit Attributes
Entity characterized_chain_based_item_within_representation has the following local and inherited explicit attributes:
Derived Attributes
Entity characterized_chain_based_item_within_representation has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
root | representation (ENTITY) | characterized_chain_based_item_within_representation |
directed_link | LIST OF representation_relationship (ENTITY) | characterized_chain_based_item_within_representation |
leaf | representation (ENTITY) | characterized_chain_based_item_within_representation |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity characterized_chain_based_item_within_representation inherits from the following supertypes:
characterized_object
characterized_item_within_representation
Subtypes
No subtypesReferenced By
Entity characterized_chain_based_item_within_representation 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