ENTITY tolerance_value

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP224
-- IN AP203e2/AP214/AP224/AP238 STEP-NC/AP242
ENTITY tolerance_value;
      lower_bound : measure_with_unit;
      upper_bound : measure_with_unit;
   DERIVE
      ubvc : REAL := upper_bound\measure_with_unit.value_component;
      lbvc : REAL := lower_bound\measure_with_unit.value_component;
   WHERE
      WR1:
         ubvc > lbvc;
      wr2:
         upper_bound\measure_with_unit.unit_component = lower_bound\measure_with_unit.unit_component;
END_ENTITY;

Explicit Attributes

Entity tolerance_value has the following local and inherited explicit attributes:
AttributeTypeDefined By
 lower_boundmeasure_with_unit (ENTITY)tolerance_value
 upper_boundmeasure_with_unit (ENTITY)tolerance_value

Derived Attributes

Entity tolerance_value has the following local and inherited derived attributes:
AttributeTypeDefined By
 ubvcREALtolerance_value
 lbvcREALtolerance_value

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity tolerance_value and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 basic_round_hole ENTITY tolerance_value
 counterbore_hole_definition ENTITY tolerance_value
 counterdrill_hole_definition ENTITY tolerance_value
 countersink_hole_definition ENTITY tolerance_value
 dependent_instantiable_tolerance_value RULE tolerance_value
 explicit_round_hole ENTITY tolerance_value
 spotface_definition ENTITY tolerance_value
 tolerance_method_definition SELECT tolerance_value
 tolerance_value_or_limits_and_fits SELECT tolerance_value


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00