Overview Schemas Index

kinematic_analysis_control_and_result_schema         


ENTITY motion_link_relationship
          SUPERTYPE OF (ONEOF (prescribed_path, resulting_path))
          SUBTYPE OF (representation_relationship);
          SELF\representation_relationship.rep_1 : founded_kinematic_path;
          SELF\representation_relationship.rep_2 : kinematic_link_representation;
          related_frame : rigid_placement;
DERIVE
          motion : founded_kinematic_path := SELF\representation_relationship.rep_1;
          frame_link : kinematic_link_representation := SELF\representation_relationship.rep_2;
WHERE
          WR1: related_frame IN frame_link\representation.items;
END_ENTITY; -- motion_link_relationship

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
motion_link_relationship
          (RT) rep_1: founded_kinematic_path;
          (RT) rep_2: kinematic_link_representation;
          related_frame: rigid_placement;
          (DER) motion: founded_kinematic_path;
          (DER) frame_link: kinematic_link_representation;

Known subtypes

          prescribed_path (kinematic_analysis_control_and_result_schema)
          resulting_path (kinematic_analysis_control_and_result_schema)

Users

representation_relationship
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
motion_link_relationship

Global rules for this entity data type

          -