Overview Schemas Index

kinematic_structure_schema         


ENTITY mechanism_base_placement
          SUBTYPE OF (representation_relationship_with_transformation);
          base_of_mechanism : mechanism;
          SELF\representation_relationship_with_transformation.transformation_operator : cartesian_transformation_operator_3d;
DERIVE
          SELF\representation_relationship.rep_2 : kinematic_link_representation := representation_of_link (base_of_mechanism.base);
UNIQUE
          UR1 : base_of_mechanism;
WHERE
          WR1: ('KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_GROUND_REPRESENTATION' IN
         TYPEOF  (SELF\representation_relationship.rep_1))
       OR
       ('KINEMATIC_STRUCTURE_SCHEMA.KINEMATIC_LINK_REPRESENTATION' IN
         TYPEOF (SELF\representation_relationship.rep_1));
          WR2: suitably_based_mechanism (SELF, base_of_mechanism);
          WR3: SELF\representation_relationship_with_transformation.
         transformation_operator IN
       SELF\representation_relationship.rep_1.items;
END_ENTITY; -- mechanism_base_placement

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
representation_relationship_with_transformation
          transformation_operator: transformation;
mechanism_base_placement
          base_of_mechanism: mechanism;
          (RT) transformation_operator: cartesian_transformation_operator_3d;
          (RT) (DER) rep_2: kinematic_link_representation;

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
representation_relationship_with_transformation
          analysis_item.items
                    analysed_item
                              upfrompm_ap233_analysed_item
                                        groupable_item
                                                  cc3dpa_groupable_item
          applied_certification_assignment.items
                    certification_item
                              upfrompm_ap233_certification_item
                                        groupable_item
                                                  cc3dpa_groupable_item
          applied_experience_type_assignment.items
                    experience_type_item
                              upfrompm_ap233_experience_type_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_group_assignment.items
                    groupable_item
                              cc3dpa_groupable_item
          applied_person_type_assignment.items
                    person_type_item
                              upfromsm_ap233_person_type_item
                                        groupable_item
                                                  groupable_item_203e2
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          verification_evidence.items
                    verification_evidence_item
                              smpushup_ap233_verification_evidence_item
                                        groupable_item
                                                  cc3dpa_groupable_item
mechanism_base_placement

Global rules for this entity data type

          -