ENTITY revolute_pair_range

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY revolute_pair_range
SUBTYPE OF (simple_pair_range);
  SELF\simple_pair_range.applies_to_pair : revolute_pair;
  lower_limit_actual_rotation : rotational_range_measure;
  upper_limit_actual_rotation : rotational_range_measure;
WHERE
  wr1 : ('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 revolute_pair_range has the following local and inherited explicit attributes:
AttributeTypeDefined By
 applies_to_pairrevolute_pair (ENTITY)revolute_pair_range(Redcl from simple_pair_range)
 lower_limit_actual_rotationrotational_range_measure (SELECT)revolute_pair_range
 upper_limit_actual_rotationrotational_range_measure (SELECT)revolute_pair_range

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity revolute_pair_range inherits from the following supertypes:
  simple_pair_range

Subtypes

    No subtypes

Referenced By

Entity revolute_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