User Tools

Site Tools


en:infra-convert:dev:toltab_neu

This is an old revision of the document!


Columns

In the Columns field, the tolerance values are assigned to nominal intervals. For each tolerance class or series, a column is created. The column contains the assignment of the tolerance values to nominal intervals.

See also
User’s Guide infra CONVERT > Settings > Project Settings > Tolerance tables

User’s Guide infra CONVERT > User Interface > Function Window > Feature properties
"Columns": [
  "Name": "m",
  "Fields": [
    {
      "MinValue": 0,
      "MaxValue": 0.499
    },
    {
      "MinValue": 0.499,
      "MaxValue": 3,
      "UpperTolerance": 0.1,
      "LowerTolerance": -0.1
    },
    {
      "MinValue": 3,
      "MaxValue": 1000,
    },
    {
      "MinValue": 1000,
      "MaxValue": 2000,
      "UpperTolerance": 0.5,
      "LowerTolerance": -0.5,
      "MaxPercent": 25.0
    },
    {
      "MinValue": 2000,
      "MaxValue": 4000,
      "UpperTolerancePercent": 0.5,
      "LowerTolerancePercent": -0.5,
      "ExtraAmount": 0.6
    }
  ]
]
Parameter Type Value/Content
Columns Field Contains all the columns in the table
Fields Field Contains the assignments of tolerance values to nominal intervals
Name String Display name that allows the user to clearly assign the tolerance class/series
MinValue Decimal Lower limit (LL) of the nominal dimension interval, value included:
LL > Value
MaxValue Decimal Upper limit (UL) of the nominal dimension interval, value included:
UL ≤ Value
UpperTolerance Decimal Upper limit deviation (UT) as absolute value:
UT = Value
LowerTolerance Decimal Lower limit deviation (UT) as absolute value:
LT = Value
UpperTolerancePercent Decimal Upper limit deviation (UT) as a percentage of the nominal value (N), figures in percent, result rounded to tenth decimal digit:
OT = Value × N
LowerTolerancePercent Decimal Lower limit deviation (LT) as a percentage of the nominal value (N), figures in percent, result rounded to tenth decimal digit:
LT = Value × N
MaxPercent Decimal The amounts of the limit deviations are limited to a maximum of this percentage of the nominal value, figures in percent:
max(|UT|) = Value × N
max(|LT|) = Value × N
ExtraAmount Decimal Surcharge on the limit deviation as absolute value:
UTnew = OT + Value
UTnew = LT - Value
en/infra-convert/dev/toltab_neu.1634888714.txt.gz · Last modified: 2021/10/22 09:45 by me