ENTITY product_design_to_individual
(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY product_design_to_individual
SUBTYPE OF (product_relationship);
DERIVE
product_design : product := SELF\product_relationship.relating_product;
individual_product : product := SELF\product_relationship.related_product;
END_ENTITY;
Explicit Attributes
Entity product_design_to_individual has the following local and inherited explicit attributes:
Derived Attributes
Entity product_design_to_individual has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
product_design | product (ENTITY) | product_design_to_individual |
individual_product | product (ENTITY) | product_design_to_individual |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity product_design_to_individual inherits from the following supertypes:
product_relationship
Subtypes
No subtypesReferenced By
Entity product_design_to_individual and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00