ENTITY gear_pair_range
(* SCHEMA kinematic_structure_schema; *)
ENTITY gear_pair_range
SUBTYPE OF (simple_pair_range);
SELF\simple_pair_range.applies_to_pair : gear_pair;
lower_limit_actual_rotation_1 : rotational_range_measure;
upper_limit_actual_rotation_1 : rotational_range_measure;
WHERE
WR1: (('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
TYPEOF (lower_limit_actual_rotation_1))
OR
('KINEMATIC_STRUCTURE_SCHEMA.UNLIMITED_RANGE' IN
TYPEOF (upper_limit_actual_rotation_1)))
XOR
(lower_limit_actual_rotation_1 <
upper_limit_actual_rotation_1);
END_ENTITY;
Explicit Attributes
Entity gear_pair_range has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity gear_pair_range inherits from the following supertypes:
simple_pair_range
Subtypes
No subtypesReferenced By
Entity gear_pair_range 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