ENTITY surface_pair
(* SCHEMA kinematic_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;
Explicit Attributes
Entity surface_pair has the following local and inherited explicit attributes:
Derived Attributes
Entity surface_pair has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity surface_pair inherits from the following supertypes:
item_defined_transformation
kinematic_pair
Subtypes
Entity surface_pair has the following subtypes:
rolling_surface_pair*
sliding_surface_pair*
* - Immediate Subtypes
Referenced By
Entity surface_pair and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00