Overview Schemas Index

shape_tolerance_schema         


ENTITY geometric_tolerance_with_maximum_tolerance
          SUBTYPE OF (geometric_tolerance_with_modifiers);
          maximum_upper_tolerance : length_measure_with_unit;
WHERE
          WR1: (geometric_tolerance_modifier.maximum_material_requirement IN  SELF\geometric_tolerance_with_modifiers.modifiers) OR (geometric_tolerance_modifier.least_material_requirement IN SELF\geometric_tolerance_with_modifiers.modifiers);
          WR2: (maximum_upper_tolerance\measure_with_unit.unit_component = SELF\geometric_tolerance.magnitude\measure_with_unit.unit_component) AND (maximum_upper_tolerance\measure_with_unit.value_component > SELF\geometric_tolerance.magnitude\measure_with_unit.value_component);
END_ENTITY; -- geometric_tolerance_with_maximum_tolerance

Entity data types and their attributes

geometric_tolerance
          name: label;
          (OPT) description: text;
          (OPT) magnitude: length_measure_with_unit;
          toleranced_shape_aspect: geometric_tolerance_target;
          (DER) controlling_shape: product_definition_shape;
geometric_tolerance_with_modifiers
          modifiers: SET [1:?] OF geometric_tolerance_modifier;
geometric_tolerance_with_maximum_tolerance
          maximum_upper_tolerance: length_measure_with_unit;

Users: by entity attributes

geometric_tolerance
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          draughting_model_item_association.definition
                    draughting_model_item_definition
                              datc_draughting_model_item_definition
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_tolerance_relationship.related_geometric_tolerance
          geometric_tolerance_relationship.relating_geometric_tolerance
          item_identified_representation_usage.definition
                    item_identified_representation_usage_definition
                              sts_item_identified_representation_usage_definition
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_242
          tolerance_with_statistical_distribution.associated_tolerance
                    shape_tolerance_select
          tolerance_zone.defining_tolerance
                    tolerance_zone_target
geometric_tolerance_with_modifiers
geometric_tolerance_with_maximum_tolerance

Users: by defined types, not used by any entity attribute

geometric_tolerance_with_maximum_tolerance
          -

Global rules for this entity data type

          -