ENTITY gear_pair_range
(* SCHEMA step_merged_ap_schema; *)
-- IN AP214
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:
(('STEP_MERGED_AP_SCHEMA.UNLIMITED_RANGE' IN TYPEOF(lower_limit_actual_rotation_1)) OR ('STEP_MERGED_AP_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
2024-09-06T14:00:31-04:00