ENTITY surface_pair
(* SCHEMA AUTOMOTIVE_DESIGN; *)
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; -- 10303-105: kinematic_structure_schema
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:16:12-04:00