-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproject.maslowcreate
81 lines (81 loc) · 2.34 KB
/
project.maslowcreate
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
{
"molecules": [
{
"atomType": "Molecule",
"name": "dartboard",
"x": 0,
"y": 0,
"uniqueID": 909739,
"ioValues": [],
"topLevel": true,
"allAtoms": [
{
"atomType": "Rectangle",
"name": "Rectangle",
"x": 169,
"y": 113,
"uniqueID": 137801,
"ioValues": [
{
"name": "x length",
"ioValue": 25
},
{
"name": "y length",
"ioValue": 10
}
]
},
{
"atomType": "Circle",
"name": "Circle",
"x": 242,
"y": 202,
"uniqueID": 796249,
"ioValues": [
{
"name": "radius",
"ioValue": 250
}
]
},
{
"atomType": "Circle",
"name": "Circle",
"x": 318,
"y": 54,
"uniqueID": 375115,
"ioValues": [
{
"name": "radius",
"ioValue": 50
}
]
},
{
"atomType": "Extrude",
"name": "Extrude",
"x": 317,
"y": 111,
"uniqueID": 907908,
"ioValues": [
{
"name": "height",
"ioValue": 30
}
]
},
{
"atomType": "Output",
"name": "Output",
"x": 974,
"y": 155,
"ioValues": []
}
],
"allConnectors": [],
"fileTypeVersion": 1
}
],
"circleSegmentSize": 2
}