ENTITY gear_pair_value
(* SCHEMA kinematic_structure_schema; *)
ENTITY gear_pair_value
SUBTYPE OF (pair_value);
SELF\pair_value.applies_to_pair : gear_pair;
actual_rotation_1 : plane_angle_measure;
DERIVE
actual_rotation_2 : plane_angle_measure
:= - actual_rotation_1 *
SELF\pair_value.applies_to_pair\
gear_pair.gear_ratio;
END_ENTITY;
Explicit Attributes
Entity gear_pair_value has the following local and inherited explicit attributes:
Derived Attributes
Entity gear_pair_value has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity gear_pair_value inherits from the following supertypes:
pair_value
Subtypes
No subtypesReferenced By
Entity gear_pair_value 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