forked from openscad/list-comprehension-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSweepDemo.json
44 lines (44 loc) · 1.46 KB
/
SweepDemo.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
{
"SET": {
"TorusNoSurface_3_2": {
"Example": "Torus knot",
"closed_path": "true",
"final_angle": "92",
"helix_turns": "2.75",
"initial_angle": "-80",
"knot": "[3, 2]",
"path_discretization": "85",
"ref_end": "[0, 0, 100]",
"ref_ini": "[0, 0, 100]",
"section_discretization": "11",
"section_radius": "40",
"section_shape": "half circle",
"show_frame": "false",
"show_surface": "false",
"show_sweep": "true",
"surface_discretization": "50",
"sweep_constraint": "on surface",
"twist_turns": "0"
},
"TorusFrame_3_2": {
"Example": "Torus knot",
"closed_path": "true",
"final_angle": "92",
"helix_turns": "2.75",
"initial_angle": "-80",
"knot": "[3, 2]",
"path_discretization": "85",
"ref_end": "[0, 0, 100]",
"ref_ini": "[0, 0, 100]",
"section_discretization": "11",
"section_radius": "40",
"section_shape": "half circle",
"show_frame": "true",
"show_surface": "true",
"show_sweep": "true",
"surface_discretization": "50",
"sweep_constraint": "on surface",
"twist_turns": "0"
}
}
}