-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathfunnels.json
45 lines (45 loc) · 1.43 KB
/
funnels.json
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
{
"fileFormatVersion": "1",
"parameterSets": {
"40mm to 5 mm funnel": {
"FunnelLength": "0",
"HangingHoleDiameter": "5",
"OpeningDiameter": "40",
"SpoutAngle": "0",
"SpoutDiameter": "0",
"SpoutLength": "1",
"SpoutTipDiameter": "5",
"SpoutTipLength": "0",
"SpoutTipWallThickness": "0.6",
"TransitionStyle": "bend+taper",
"WallThickness": "1.5"
},
"40mm to 5 mm offset funnel": {
"FunnelLength": "0",
"HangingHoleDiameter": "5",
"OpeningDiameter": "40",
"SpoutAngle": "0",
"SpoutDiameter": "0",
"SpoutLength": "1",
"SpoutOffset": "[15, 0]",
"SpoutTipDiameter": "5",
"SpoutTipLength": "0",
"SpoutTipWallThickness": "0.6",
"TransitionStyle": "bend+taper",
"WallThickness": "1.5"
},
"40mm to 5 mm angled offset funnel": {
"FunnelLength": "0",
"HangingHoleDiameter": "5",
"OpeningDiameter": "40",
"SpoutAngle": "30",
"SpoutDiameter": "0",
"SpoutLength": "1",
"SpoutTipDiameter": "5",
"SpoutTipLength": "0",
"SpoutTipWallThickness": "0.6",
"TransitionStyle": "taper+bend",
"WallThickness": "1.5"
}
}
}