|
ENTITY low_order_kinematic_pair SUPERTYPE OF (ONEOF (revolute_pair, cylindrical_pair, spherical_pair, spherical_pair_with_pin, planar_pair, unconstrained_pair, fully_constrained_pair, prismatic_pair, universal_pair, low_order_kinematic_pair_with_range)) SUBTYPE OF (kinematic_pair); t_x : BOOLEAN; t_y : BOOLEAN; t_z : BOOLEAN; r_x : BOOLEAN; r_y : BOOLEAN; r_z : BOOLEAN; WHERE WR1: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_1 | NOT('KINEMATIC_STRUCTURE_SCHEMA.RIGID_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; WR2: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_2 | NOT('KINEMATIC_STRUCTURE_SCHEMA.RIGID_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; END_ENTITY; -- low_order_kinematic_pair |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; item_defined_transformation name: label; (OPT) description: text; transform_item_1: representation_item; transform_item_2: representation_item; kinematic_pair joint: kinematic_joint; (RT) transform_item_1: rigid_placement; (RT) transform_item_2: rigid_placement; (DER) associated_link_representations_1: SET [1:?] OF kinematic_link_representation; (DER) associated_link_representations_2: SET [1:?] OF kinematic_link_representation; (RT) (DER) name: label; (INV) link_representation_associations: SET [1:?] OF pair_representation_relationship FOR transformation_operator; low_order_kinematic_pair t_x: BOOLEAN; t_y: BOOLEAN; t_z: BOOLEAN; r_x: BOOLEAN; r_y: BOOLEAN; r_z: BOOLEAN; |
| cylindrical_pair (kinematic_structure_schema) |
| fully_constrained_pair (kinematic_structure_schema) |
| low_order_kinematic_pair_with_range (kinematic_structure_schema) |
| planar_pair (kinematic_structure_schema) |
| prismatic_pair (kinematic_structure_schema) |
| revolute_pair (kinematic_structure_schema) |
| spherical_pair (kinematic_structure_schema) |
| spherical_pair_with_pin (kinematic_structure_schema) |
| unconstrained_pair (kinematic_structure_schema) |
| universal_pair (kinematic_structure_schema) |
Global rules for this entity data type- |