|
ENTITY Assembled_with_bonding SUBTYPE OF (Assembly_joint); default_bond_definition : Assembly_bond_definition; WHERE WR1: SELF\Assembly_joint.assembly_feature_1.definition :=: default_bond_definition.bonded_feature_1; WR2: SELF\Assembly_joint.assembly_feature_2.definition :=: default_bond_definition.bonded_feature_2; END_ENTITY; -- Assembled_with_bonding |
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; Assembly_joint (RT) feature_1->assembly_feature_1: assembled_feature_select; (RT) feature_2->assembly_feature_2: assembled_feature_select; (RT) associated_definition->associated_assembly: assembly_module_or_assembly_group_component; Assembled_with_bonding default_bond_definition: Assembly_bond_definition; |
Global rules for this entity data type- |