Overview Schemas Index

KINEMATIC_STRUCTURE_SCHEMA (jsdai.SKinematic_structure_schema)


ENTITY point_on_surface_pair
          SUBTYPE OF (kinematic_pair);
          pair_surface : surface;
WHERE
          wr1: frame_associated_to_background
         (SELF\kinematic_pair.pair_placement_in_first_link_context,
         pair_surface);
END_ENTITY; -- point_on_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;
point_on_surface_pair
          pair_surface: surface;

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
point_on_surface_pair
          point_on_surface_pair_range.applies_to_pair
          point_on_surface_pair_value.applies_to_pair

Global rules for this entity data type

          -

public interface EPoint_on_surface_pair extends EKinematic_pair

pair_surface (explicit attribute)

          boolean testPair_surface(EPoint_on_surface_pair type)
          ESurface getPair_surface(EPoint_on_surface_pair type)
          void setPair_surface(EPoint_on_surface_pair type, ESurface value)
          void unsetPair_surface(EPoint_on_surface_pair type)

public class CPoint_on_surface_pair implements EPoint_on_surface_pair

          static EAttribute attributePair_surface(EPoint_on_surface_pair type)
          static int usedinPair_surface(EPoint_on_surface_pair type, ESurface instance, ASdaiModel domain, APoint_on_surface_pair result)

public class APoint_on_surface_pair extends AEntity

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