User Tools

Site Tools


en:infra-convert:dev:toltab_neu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:infra-convert:dev:toltab_neu [2021/10/22 09:45]
me created
— (current)
Line 1: Line 1:
-===== Columns ===== 
  
-<WRAP group> 
-<WRAP column 40%> 
- 
-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 #@IC_HTML@# > Settings > Project Settings > [[en:​infra-convert:​user:​config:​tolerancetables|Tolerance tables]]\\ \\ User’s Guide #@IC_HTML@# > User Interface > Function Window > [[en:​infra-convert:​user:​interface:​feature|Feature properties]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​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 
-    } 
-  ] 
-] 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  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:\\  <​html><​font size="​+1">​LL > Value</​font></​html>​ | 
-^ MaxValue | Decimal | Upper limit (UL) of the nominal dimension interval, value included:\\  <​html><​font size="​+1">​UL ≤ Value</​font></​html>​ | 
-^ UpperTolerance | Decimal | Upper limit deviation (UT) as absolute value:\\  <​html><​font size="​+1">​UT = Value</​font></​html>​ | 
-^ LowerTolerance | Decimal | Lower limit deviation (UT) as absolute value:\\  <​html><​font size="​+1">​LT = Value</​font></​html>​ | 
-^ UpperTolerancePercent | Decimal | Upper limit deviation (UT) as a percentage of the nominal value (N), figures in percent, result rounded to tenth decimal digit:\\  <​html><​font size="​+1">​OT = Value × N</​font></​html>​ | 
-^ LowerTolerancePercent | Decimal | Lower limit deviation (LT) as a percentage of the nominal value (N), figures in percent, result rounded to tenth decimal digit:\\  <​html><​font size="​+1">​LT = Value × N</​font></​html>​ | 
-^ MaxPercent | Decimal | The amounts of the limit deviations are limited to a maximum of this percentage of the nominal value, figures in percent:\\  <​html><​font size="​+1">​max(|UT|) = Value × N</​font></​html>​\\  <​html><​font size="​+1">​max(|LT|) = Value × N</​font></​html>​ | 
-^ ExtraAmount | Decimal | Surcharge on the limit deviation as absolute value:\\  <​html><​font size="​+1">​UT<​sub>​new</​sub>​ = OT + Value</​font></​html>​\\  <​html><​font size="​+1">​UT<​sub>​new</​sub>​ = LT - Value</​font></​html>​ | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
en/infra-convert/dev/toltab_neu.1634888714.txt.gz · Last modified: 2021/10/22 09:45 by me