Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY surface_pair
          SUBTYPE OF (kinematic_pair);
          surface_1 : surface;
          surface_2 : surface;
          orientation : BOOLEAN;
WHERE
          wr1: frame_associated_to_background
         (SELF\kinematic_pair.pair_placement_in_first_link_context,
          surface_1);
          wr2: frame_associated_to_background
         (SELF\kinematic_pair.pair_placement_in_second_link_context,
          surface_2);
END_ENTITY; -- surface_pair

Entity data types and their attributes

item_defined_transformation
          name: label;
          (OPT) description: text;
          transform_item_1: representation_item;
          transform_item_2: representation_item;
kinematic_pair
          joint: kinematic_joint;
          (DER) pair_placement_in_first_link_context: rigid_placement;
          (DER) pair_placement_in_second_link_context: rigid_placement;
surface_pair
          surface_1: surface;
          surface_2: surface;
          orientation: BOOLEAN;

Known subtypes

          rolling_surface_pair (KINEMATIC_STRUCTURE_SCHEMA)
          sliding_surface_pair (KINEMATIC_STRUCTURE_SCHEMA)

Users

item_defined_transformation
          assembly_connection_zone_position_relationship.transformation_operator
                    transformation
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          design_view_terminal_component_shape_relationship.transformation_operator
                    transformation
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_relationship_with_placement_transformation.transformation_operator
                    transformation
          interconnect_connection_zone_position_relationship.transformation_operator
                    transformation
          representation_relationship_with_transformation.transformation_operator
                    transformation
          shape_definition_3d_intersection.transformation_operator
          shape_definition_3d_intersection_armx.transformation_operator
                    transformation
          shape_definition_3d_plane_projection.transformation_operator
                    transformation
          usage_view_connection_zone_terminal_shape_relationship_armx.transformation_operator
                    transformation
kinematic_pair
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          pair_actuator.actuated_pair
          pair_value.applies_to_pair
          simple_pair_range.applies_to_pair
surface_pair
          surface_pair_range.applies_to_pair

Global rules for this entity data type

          -

public interface ESurface_pair extends EKinematic_pair

surface_1 (explicit attribute)

          boolean testSurface_1(ESurface_pair type)
          ESurface getSurface_1(ESurface_pair type)
          void setSurface_1(ESurface_pair type, ESurface value)
          void unsetSurface_1(ESurface_pair type)

surface_2 (explicit attribute)

          boolean testSurface_2(ESurface_pair type)
          ESurface getSurface_2(ESurface_pair type)
          void setSurface_2(ESurface_pair type, ESurface value)
          void unsetSurface_2(ESurface_pair type)

orientation (explicit attribute)

          boolean testOrientation(ESurface_pair type)
          boolean getOrientation(ESurface_pair type)
          void setOrientation(ESurface_pair type, boolean value)
          void unsetOrientation(ESurface_pair type)

public class CSurface_pair implements ESurface_pair

          static EAttribute attributeSurface_1(ESurface_pair type)
          static int usedinSurface_1(ESurface_pair type, ESurface instance, ASdaiModel domain, ASurface_pair result)
          static EAttribute attributeSurface_2(ESurface_pair type)
          static int usedinSurface_2(ESurface_pair type, ESurface instance, ASdaiModel domain, ASurface_pair result)
          static EAttribute attributeOrientation(ESurface_pair type)

public class ASurface_pair extends AEntity

          public ESurface_pair getByIndex(int index)
          public ESurface_pair getCurrentMember(SdaiIterator it)