ENTITY product_design_to_individual
(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY product_design_to_individual
SUBTYPE OF (product_relationship);
DERIVE
individual_product : PRODUCT := SELF\product_relationship.related_product; -- RELATED_PRODUCT : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
product_design : PRODUCT := SELF\product_relationship.relating_product; -- RELATING_PRODUCT : This ATTRIBUTE was RENAMED in the EXPRESS E2 source, this is the new name implemented as DERIVE
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 |
|---|
| individual_product | product (ENTITY) | product_design_to_individual |
| product_design | 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
2012-03-27T17:20:07-04:00