ENTITY planar_curve_pair
(* SCHEMA kinematic_structure_schema; *)
ENTITY planar_curve_pair
SUBTYPE OF (kinematic_pair);
curve_1 : curve;
curve_2 : curve;
orientation : BOOLEAN;
WHERE
WR1: frame_associated_to_background
(SELF\kinematic_pair.pair_placement_in_first_link_context,
curve_1);
WR2: frame_associated_to_background
(SELF\kinematic_pair.pair_placement_in_second_link_context,
curve_2);
END_ENTITY;
Explicit Attributes
Entity planar_curve_pair has the following local and inherited explicit attributes:
Derived Attributes
Entity planar_curve_pair has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity planar_curve_pair inherits from the following supertypes:
item_defined_transformation
kinematic_pair
Subtypes
Entity planar_curve_pair has the following subtypes:
rolling_curve_pair*
sliding_curve_pair*
* - Immediate Subtypes
Referenced By
Entity planar_curve_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