-
Notifications
You must be signed in to change notification settings - Fork 411
Expand file tree
/
Copy pathFlatness.json
More file actions
31 lines (31 loc) · 745 Bytes
/
Flatness.json
File metadata and controls
31 lines (31 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Name": "Flatness",
"BaseUnit": "IUnit",
"XmlDocSummary": "Flatness is a measurement for the deviation of a surface from a perfectly flat surface.",
"Units": [
{
"SingularName": "IUnit",
"PluralName": "IUnits",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "I-Units" ]
}
]
},
{
"SingularName": "MicrometerPerMeter",
"PluralName": "MicrometersPerMeter",
"FromUnitToBaseFunc": "{x} / 1e1",
"FromBaseToUnitFunc": "{x} * 1e1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "µm/m" ]
}
]
}
]
}