ENTITY gear_pair_range
(* SCHEMA AUTOMOTIVE_DESIGN; *)
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 : ('AUTOMOTIVE_DESIGN.UNLIMITED_RANGE' IN TYPEOF(
lower_limit_actual_rotation_1)) OR ('AUTOMOTIVE_DESIGN.UNLIMITED_RANGE'
IN TYPEOF(upper_limit_actual_rotation_1)) XOR (
lower_limit_actual_rotation_1 < upper_limit_actual_rotation_1);
END_ENTITY; -- 10303-105: kinematic_structure_schema
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:16:11-04:00