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:
AttributeTypeDefined By
 applies_to_pairsurface_pair (ENTITY)surface_pair_range(Redcl from simple_pair_range)
 range_on_surface_1rectangular_trimmed_surface (ENTITY)surface_pair_range
 range_on_surface_2rectangular_trimmed_surface (ENTITY)surface_pair_range
 lower_limit_actual_rotationrotational_range_measure (SELECT)surface_pair_range
 upper_limit_actual_rotationrotational_range_measure (SELECT)surface_pair_range

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity surface_pair_range inherits from the following supertypes:
  simple_pair_range

Subtypes

    No subtypes

Referenced By

Entity surface_pair_range and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 cylindrical_pair_range ENTITY simple_pair_range
 gear_pair_range ENTITY simple_pair_range
 planar_curve_pair_range ENTITY simple_pair_range
 planar_pair_range ENTITY simple_pair_range
 point_on_planar_curve_pair_range ENTITY simple_pair_range
 point_on_surface_pair_range ENTITY simple_pair_range
 prismatic_pair_range ENTITY simple_pair_range
 rack_and_pinion_pair_range ENTITY simple_pair_range
 revolute_pair_range ENTITY simple_pair_range
 screw_pair_range ENTITY simple_pair_range
 spherical_pair_range ENTITY simple_pair_range
 surface_pair_range ENTITY simple_pair_range
 universal_pair_range ENTITY simple_pair_range


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00