ENTITY surface_pair_range
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY surface_pair_range
SUBTYPE OF (simple_pair_range);
SELF\simple_pair_range.applies_to_pair : surface_pair;
range_on_surface_1 : rectangular_trimmed_surface;
range_on_surface_2 : rectangular_trimmed_surface;
lower_limit_actual_rotation : rotational_range_measure;
upper_limit_actual_rotation : rotational_range_measure;
WHERE
wr1 : SELF\simple_pair_range.applies_to_pair\surface_pair.surface_1 :=:
range_on_surface_1.basis_surface;
wr2 : SELF\simple_pair_range.applies_to_pair\surface_pair.surface_2 :=:
range_on_surface_2.basis_surface;
wr3 : ('AUTOMOTIVE_DESIGN.UNLIMITED_RANGE' IN TYPEOF(
lower_limit_actual_rotation)) OR ('AUTOMOTIVE_DESIGN.UNLIMITED_RANGE' IN
TYPEOF(upper_limit_actual_rotation)) XOR (lower_limit_actual_rotation <
upper_limit_actual_rotation);
END_ENTITY; -- 10303-105: kinematic_structure_schema
Explicit Attributes
Entity surface_pair_range has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity surface_pair_range inherits from the following supertypes:
simple_pair_range
Subtypes
No subtypesReferenced By
Entity surface_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:12-04:00