A Membership_of_product_feature_space is a Classification that is between a Product_specification_of_set and a Product_feature_space and that indicates the Product_specification_or_set is a member of the Product_feature_space.
NOTE - This relationship enables:
- a particular point to be selected from a three dimensional volume view of a structure;
- a particular normal fibre to be selected from a shell view of a structure;
- a particular cross section to be selected from a beam view of a structure; or
- a particular volume to be selected from a lumped parameter view of a structure.
EXPRESS specification:
*) ENTITY Membership_of_product_feature_space SUBTYPE OF (Classification); class : Product_feature_space; member : Product_specification_or_set; END_ENTITY; (*
Attribute definitions:
class : the Product_feature_space that has the member.
member : the Product_specification_or_set that is a member of the class.