|
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; -- tolerance_value |
Entity data types and their attributestolerance_valuelower_bound: measure_with_unit; upper_bound: measure_with_unit; (DER) ubvc: REAL; (DER) lbvc: REAL; |
Users: by entity attributestolerance_valuedesign_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 Users: by defined types, not used by any entity attributetolerance_valueap210_managed_design_object design_object_management_assignment.items frozen_assignment.items |
Global rules for this entity data typedependent_instantiable_tolerance_value (automotive_design)dependent_instantiable_tolerance_value (Catalog_data_information_and_shape_representation_mim) |