ENTITY revolute_pair_range

(* SCHEMA step_merged_ap_schema; *)
-- IN AP214
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:
         (('STEP_MERGED_AP_SCHEMA.UNLIMITED_RANGE' IN TYPEOF(lower_limit_actual_rotation)) OR ('STEP_MERGED_AP_SCHEMA.UNLIMITED_RANGE' IN TYPEOF(upper_limit_actual_rotation))) XOR (lower_limit_actual_rotation < upper_limit_actual_rotation);
END_ENTITY;

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_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
2023-12-22T16:32:03-05:00