|
ENTITY Component_material_relationship; associated_design : Part_design_view; component_1 : assembly_component_or_item_number; component_2 : OPTIONAL assembly_component_or_item_number; material : OPTIONAL assembly_component_or_item_number; role : bonding_or_coating; specification : OPTIONAL assembly_item_number_or_process_specification; WHERE WR1: component_1 <> component_2; WR2: component_1 <> material; WR3: component_1 <> specification; WR4: component_2 <> material; WR5: component_2 <> specification; WR6: material <> specification; WR7: valid_assembly_context_for_bond(associated_design, component_1); WR8: valid_assembly_context_for_bond(associated_design, component_2); WR9: valid_assembly_context_for_bond(associated_design, material); WR10: valid_assembly_context_for_bond(associated_design, specification); END_ENTITY; -- Component_material_relationship |
Entity data types and their attributesComponent_material_relationshipassociated_design: Part_design_view; component_1: assembly_component_or_item_number; (OPT) component_2: assembly_component_or_item_number; (OPT) material: assembly_component_or_item_number; role: bonding_or_coating; (OPT) specification: assembly_item_number_or_process_specification; |
Users: by entity attributesComponent_material_relationshipRequirement_assignment.assigned_to requirement_assignment_item pudv_requirement_assignment_item Users: by defined types, not used by any entity attributeComponent_material_relationshippudv_requirement_assignment_item design_pdm_information_usage_right_item Requirement_assignment.assigned_to |
Global rules for this entity data type- |