Overview Schemas Index

shape_tolerance_schema         


ENTITY tolerance_value;
          lower_bound : measure_with_unit;
          upper_bound : measure_with_unit;
DERIVE
          a : REAL := upper_bound\measure_with_unit.value_component;
          b : REAL := lower_bound\measure_with_unit.value_component;
WHERE
          WR1: a > b;
          WR2: upper_bound\measure_with_unit.unit_component =
        lower_bound\measure_with_unit.unit_component;
END_ENTITY; -- tolerance_value

Entity data types and their attributes

tolerance_value
          lower_bound: measure_with_unit;
          upper_bound: measure_with_unit;
          (DER) a: REAL;
          (DER) b: REAL;

Users

tolerance_value
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          plus_minus_tolerance.range
                    tolerance_method_definition

Global rules for this entity data type

          dependent_instantiable_tolerance_value (automotive_design)
          dependent_instantiable_tolerance_value (Catalog_data_information_and_shape_representation_mim)