|
ENTITY Fabrication_joint SUBTYPE OF (Component_feature_joint); SELF\Component_feature_joint.feature_1 RENAMED fabrication_feature_1 : fabricated_feature_select; SELF\Component_feature_joint.feature_2 RENAMED fabrication_feature_2 : fabricated_feature_select; auxiliary_joint_material : OPTIONAL Stratum_feature_template_component; SELF\Component_feature_joint.associated_definition RENAMED associated_interconnect_module : Layered_interconnect_module_design_view; WHERE WR1: fabrication_feature_1 <> fabrication_feature_2; WR2: TYPEOF(fabrication_feature_1) <> TYPEOF(auxiliary_joint_material); WR3: TYPEOF(fabrication_feature_2) <> TYPEOF(auxiliary_joint_material); END_ENTITY; -- Fabrication_joint |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Component_feature_relationship (RT) relating: Component_feature; (RT) related: Component_feature; Shape_element (OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Component_feature_joint (RT) element_name: STRING; (RT) relating->feature_1: Component_feature; (RT) related->feature_2: Component_feature; (RT) containing_shape->associated_definition: Item_shape; Fabrication_joint (RT) feature_1->fabrication_feature_1: fabricated_feature_select; (RT) feature_2->fabrication_feature_2: fabricated_feature_select; (OPT) auxiliary_joint_material: Stratum_feature_template_component; (RT) associated_definition->associated_interconnect_module: Layered_interconnect_module_design_view; |
| Connection_zone_based_fabrication_joint (Fabrication_joint_arm) |
Global rules for this entity data type- |