-
Notifications
You must be signed in to change notification settings - Fork 412
Expand file tree
/
Copy pathAreaPerLength.json
More file actions
85 lines (85 loc) · 2.19 KB
/
Copy pathAreaPerLength.json
File metadata and controls
85 lines (85 loc) · 2.19 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"Name": "AreaPerLength",
"BaseUnit": "SquareMeterPerMeter",
"XmlDocSummary": "The magnitude of area per unit length, typically used in structural engineering to specify distributed reinforcement.",
"BaseDimensions": {
"L": 1
},
"Units": [
{
"SingularName": "SquareMeterPerMeter",
"PluralName": "SquareMetersPerMeter",
"BaseUnits": {
"L": "Meter"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²/m" ]
}
]
},
{
"SingularName": "SquareCentimeterPerMeter",
"PluralName": "SquareCentimetersPerMeter",
"FromUnitToBaseFunc": "{x} * 1e-4",
"FromBaseToUnitFunc": "{x} / 1e-4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²/m" ]
}
]
},
{
"SingularName": "SquareMillimeterPerMeter",
"PluralName": "SquareMillimetersPerMeter",
"FromUnitToBaseFunc": "{x} * 1e-6",
"FromBaseToUnitFunc": "{x} / 1e-6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "mm²/m" ]
}
]
},
{
"SingularName": "SquareInchPerFoot",
"PluralName": "SquareInchesPerFoot",
"FromUnitToBaseFunc": "{x} * 0.00064516 / 0.3048",
"FromBaseToUnitFunc": "{x} * 0.3048 / 0.00064516",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "in²/ft" ]
}
]
},
{
"SingularName": "SquareInchPerInch",
"PluralName": "SquareInchesPerInch",
"FromUnitToBaseFunc": "{x} * 0.00064516 / 0.0254",
"FromBaseToUnitFunc": "{x} * 0.0254 / 0.00064516",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "in²/in" ]
}
]
},
{
"SingularName": "SquareFootPerFoot",
"PluralName": "SquareFeetPerFoot",
"FromUnitToBaseFunc": "{x} * 0.09290304 / 0.3048",
"FromBaseToUnitFunc": "{x} * 0.3048 / 0.09290304",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft²/ft" ]
}
]
}
]
}