Tolerance

A Tolerance defines the permissible limit or limits of variation for defined values (e.g. a NumericalValue). The tolerated value is defined by the context in which the Tolerance is contained / used.

The values of the limits of the Tolerance, LowerBoundary and UpperBoundary, shall be interpreted as "modifiers" to the actual value. To obtain an absolute range of valid values, the values of boundaries shall be added to the actual value, regardless of the Upper or Lower prefix. For example, to define a value of 100mm with a tolerated variation between 95mm and 105mm, the definition would be Value = 100 mm, LowerBoundary=-5, UpperBoundary=+5. The Unit of the Tolerance boundaries is always the same as in the defining context.

 

General Information

Attribute Value
Owner physical_information
Applied Stereotype
Base Classifier ExtendableElement
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
lowerBoundary Double 1

Specifies the lower boundary for the tolerance.

Tolerance
upperBoundary Double 1

Specifies the upper boundary for the tolerance.

Tolerance

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
tolerance 0..1 Y Y N NumericalValue 0..1

Specifies the tolerance for the dimension.

tolerance 0..1 Y Y N Dimension 0..1
toleranceIndication 1 Y Y N DefaultDimension 0..1
Previous