Overview Schemas Index

Printed_physical_layout_template_arm         


ENTITY Printed_part_template_material_link;
          precedent_material : Template_material_cross_section_boundary;
          subsequent_material : Template_material_cross_section_boundary;
UNIQUE
          UR1 : precedent_material, subsequent_material;
WHERE
          WR1: precedent_material :<>: subsequent_material;
          WR2: precedent_material\Shape_element.element_name IN ['bottom', 'right'];
          WR3: subsequent_material\Shape_element.element_name IN ['top', 'left'];
          WR4: NOT((precedent_material\Shape_element.element_name IN  ['bottom']) XOR (subsequent_material\Shape_element.element_name IN ['top']));
          WR5: NOT((precedent_material\Shape_element.element_name IN  ['right']) XOR (subsequent_material\Shape_element.element_name IN ['left']));
          WR6: acyclic_printed_part_template_material_link(SELF,
        [subsequent_material], 
        'PRINTED_PHYSICAL_LAYOUT_TEMPLATE_ARM.PRINTED_PART_TEMPLATE_MATERIAL_LINK');
END_ENTITY; -- Printed_part_template_material_link

Entity data types and their attributes

Printed_part_template_material_link
          precedent_material: Template_material_cross_section_boundary;
          subsequent_material: Template_material_cross_section_boundary;

Users: by entity attributes

Printed_part_template_material_link
          Add_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.current_design_object
                    managed_design_object
                              ap210_managed_design_object
          Change_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Delete_design_object_management_relationship.previous_design_object
                    managed_design_object
                              ap210_managed_design_object
          Frozen_assignment.frozen_item
                    managed_design_object
                              ap210_managed_design_object
          Printed_part_cross_section_template.horizontal_material_link
          Printed_part_cross_section_template.vertical_material_link
          Printed_part_cross_section_template_terminal.material_to_bottom_of_terminal
          Printed_part_cross_section_template_terminal.material_to_left_of_terminal
          Printed_part_cross_section_template_terminal.material_to_right_of_terminal
          Printed_part_cross_section_template_terminal.material_to_top_of_terminal

Users: by defined types, not used by any entity attribute

Printed_part_template_material_link
          ap210_managed_design_object
                    Add_design_object_management_relationship.current_design_object
                    Change_design_object_management_relationship.current_design_object
                    Change_design_object_management_relationship.previous_design_object
                    Delete_design_object_management_relationship.previous_design_object
                    Frozen_assignment.frozen_item

Global rules for this entity data type

          -