WolfParametric commited on
Commit
270c45c
·
verified ·
1 Parent(s): 6dd6f4d

Grasshopper script export from Akshay Khaneja

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Akshay_Khaneja_20250628_141432_Contribution_GH2JSON_20250628_141432.json ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta": {
3
+ "version": "1.0"
4
+ },
5
+ "User": {
6
+ "FullName": "Akshay Khaneja",
7
+ "Country": "Spain",
8
+ "Email": "Akshay.khaneja@gmail.com",
9
+ "LinkedInId": null
10
+ },
11
+ "Description": "What the script does: Create a Parametric wall using bricks; inputs: Line; outputs: Mesh",
12
+ "output": {
13
+ "components": [
14
+ {
15
+ "id": 1,
16
+ "type": "Number Slider",
17
+ "objectType": "Parameter",
18
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
19
+ "params": {
20
+ "Value": 6.0
21
+ },
22
+ "position": {
23
+ "x": 0.0,
24
+ "y": 38.628464
25
+ },
26
+ "inputSettings": [],
27
+ "outputSettings": [
28
+ {
29
+ "parameterName": "Number Slider",
30
+ "dataMapping": "None",
31
+ "isReparameterized": false,
32
+ "hasExpression": false,
33
+ "expressionContent": null,
34
+ "persistentData": {
35
+ "dataType": "SliderValue",
36
+ "value": 6.0
37
+ },
38
+ "additionalSettings": {
39
+ "IsExpression": false,
40
+ "Optional": false,
41
+ "Reverse": false,
42
+ "Simplify": false,
43
+ "IsPrincipal": "CannotBePrincipal",
44
+ "Locked": false
45
+ }
46
+ }
47
+ ],
48
+ "componentState": null
49
+ },
50
+ {
51
+ "id": 2,
52
+ "type": "Number Slider",
53
+ "objectType": "Parameter",
54
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
55
+ "params": {
56
+ "Value": 5.0
57
+ },
58
+ "position": {
59
+ "x": 6.2640686,
60
+ "y": 0.0
61
+ },
62
+ "inputSettings": [],
63
+ "outputSettings": [
64
+ {
65
+ "parameterName": "Number Slider",
66
+ "dataMapping": "None",
67
+ "isReparameterized": false,
68
+ "hasExpression": false,
69
+ "expressionContent": null,
70
+ "persistentData": {
71
+ "dataType": "SliderValue",
72
+ "value": 5.0
73
+ },
74
+ "additionalSettings": {
75
+ "IsExpression": false,
76
+ "Optional": false,
77
+ "Reverse": false,
78
+ "Simplify": false,
79
+ "IsPrincipal": "CannotBePrincipal",
80
+ "Locked": false
81
+ }
82
+ }
83
+ ],
84
+ "componentState": null
85
+ },
86
+ {
87
+ "id": 3,
88
+ "type": "Number Slider",
89
+ "objectType": "Parameter",
90
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
91
+ "params": {
92
+ "Value": 10.0
93
+ },
94
+ "position": {
95
+ "x": 52.200623,
96
+ "y": 146.68379
97
+ },
98
+ "inputSettings": [],
99
+ "outputSettings": [
100
+ {
101
+ "parameterName": "Number Slider",
102
+ "dataMapping": "None",
103
+ "isReparameterized": false,
104
+ "hasExpression": false,
105
+ "expressionContent": null,
106
+ "persistentData": {
107
+ "dataType": "SliderValue",
108
+ "value": 10.0
109
+ },
110
+ "additionalSettings": {
111
+ "IsExpression": false,
112
+ "Optional": false,
113
+ "Reverse": false,
114
+ "Simplify": false,
115
+ "IsPrincipal": "CannotBePrincipal",
116
+ "Locked": false
117
+ }
118
+ }
119
+ ],
120
+ "componentState": null
121
+ },
122
+ {
123
+ "id": 4,
124
+ "type": "Addition",
125
+ "objectType": "Component",
126
+ "guid": "a0d62394-a118-422d-abb3-6af115c75b25",
127
+ "params": {},
128
+ "position": {
129
+ "x": 322.3739,
130
+ "y": 29.964127
131
+ },
132
+ "inputSettings": [
133
+ {
134
+ "parameterName": "A",
135
+ "dataMapping": "None",
136
+ "isReparameterized": false,
137
+ "hasExpression": false,
138
+ "expressionContent": null,
139
+ "additionalSettings": {
140
+ "UseDegrees": false,
141
+ "Hidden": false,
142
+ "IsPreviewCapable": true,
143
+ "IsBakeCapable": false,
144
+ "Optional": true,
145
+ "Reverse": false,
146
+ "Simplify": false,
147
+ "IsPrincipal": "IsNotPrincipal",
148
+ "Locked": false
149
+ }
150
+ },
151
+ {
152
+ "parameterName": "B",
153
+ "dataMapping": "None",
154
+ "isReparameterized": false,
155
+ "hasExpression": false,
156
+ "expressionContent": null,
157
+ "additionalSettings": {
158
+ "UseDegrees": false,
159
+ "Hidden": false,
160
+ "IsPreviewCapable": true,
161
+ "IsBakeCapable": false,
162
+ "Optional": true,
163
+ "Reverse": false,
164
+ "Simplify": false,
165
+ "IsPrincipal": "IsNotPrincipal",
166
+ "Locked": false
167
+ }
168
+ }
169
+ ],
170
+ "outputSettings": [
171
+ {
172
+ "parameterName": "Result",
173
+ "dataMapping": "None",
174
+ "isReparameterized": false,
175
+ "hasExpression": false,
176
+ "expressionContent": null,
177
+ "additionalSettings": {
178
+ "UseDegrees": false,
179
+ "Hidden": false,
180
+ "IsPreviewCapable": true,
181
+ "IsBakeCapable": false,
182
+ "Optional": false,
183
+ "Reverse": false,
184
+ "Simplify": false,
185
+ "IsPrincipal": "CannotBePrincipal",
186
+ "Locked": false
187
+ }
188
+ }
189
+ ],
190
+ "componentState": null
191
+ },
192
+ {
193
+ "id": 5,
194
+ "type": "Unit Z",
195
+ "objectType": "Component",
196
+ "guid": "9103c240-a6a9-4223-9b42-dbd19bf38e2b",
197
+ "params": {},
198
+ "position": {
199
+ "x": 388.3739,
200
+ "y": 135.96413
201
+ },
202
+ "inputSettings": [
203
+ {
204
+ "parameterName": "Factor",
205
+ "dataMapping": "None",
206
+ "isReparameterized": false,
207
+ "hasExpression": false,
208
+ "expressionContent": null,
209
+ "additionalSettings": {
210
+ "UseDegrees": false,
211
+ "Optional": false,
212
+ "Reverse": false,
213
+ "Simplify": false,
214
+ "IsPrincipal": "IsNotPrincipal",
215
+ "Locked": false
216
+ }
217
+ }
218
+ ],
219
+ "outputSettings": [
220
+ {
221
+ "parameterName": "Unit vector",
222
+ "dataMapping": "None",
223
+ "isReparameterized": false,
224
+ "hasExpression": false,
225
+ "expressionContent": null,
226
+ "additionalSettings": {
227
+ "Optional": false,
228
+ "Reverse": false,
229
+ "Simplify": false,
230
+ "IsPrincipal": "CannotBePrincipal",
231
+ "Locked": false
232
+ }
233
+ }
234
+ ],
235
+ "componentState": null
236
+ },
237
+ {
238
+ "id": 6,
239
+ "type": "Move",
240
+ "objectType": "Component",
241
+ "guid": "e9eb1dcf-92f6-4d4d-84ae-96222d60f56b",
242
+ "params": {},
243
+ "position": {
244
+ "x": 559.3739,
245
+ "y": 39.964127
246
+ },
247
+ "inputSettings": [
248
+ {
249
+ "parameterName": "Geometry",
250
+ "dataMapping": "None",
251
+ "isReparameterized": false,
252
+ "hasExpression": false,
253
+ "expressionContent": null,
254
+ "additionalSettings": {
255
+ "Hidden": false,
256
+ "IsPreviewCapable": true,
257
+ "IsBakeCapable": true,
258
+ "Optional": true,
259
+ "Reverse": false,
260
+ "Simplify": false,
261
+ "IsPrincipal": "IsNotPrincipal",
262
+ "Locked": false
263
+ }
264
+ },
265
+ {
266
+ "parameterName": "Motion",
267
+ "dataMapping": "None",
268
+ "isReparameterized": false,
269
+ "hasExpression": false,
270
+ "expressionContent": null,
271
+ "additionalSettings": {
272
+ "Optional": false,
273
+ "Reverse": false,
274
+ "Simplify": false,
275
+ "IsPrincipal": "IsNotPrincipal",
276
+ "Locked": false
277
+ }
278
+ }
279
+ ],
280
+ "outputSettings": [
281
+ {
282
+ "parameterName": "Geometry",
283
+ "dataMapping": "None",
284
+ "isReparameterized": false,
285
+ "hasExpression": false,
286
+ "expressionContent": null,
287
+ "additionalSettings": {
288
+ "Hidden": false,
289
+ "IsPreviewCapable": true,
290
+ "IsBakeCapable": true,
291
+ "Optional": false,
292
+ "Reverse": false,
293
+ "Simplify": false,
294
+ "IsPrincipal": "CannotBePrincipal",
295
+ "Locked": false
296
+ }
297
+ },
298
+ {
299
+ "parameterName": "Transform",
300
+ "dataMapping": "None",
301
+ "isReparameterized": false,
302
+ "hasExpression": false,
303
+ "expressionContent": null,
304
+ "additionalSettings": {
305
+ "Optional": false,
306
+ "Reverse": false,
307
+ "Simplify": false,
308
+ "IsPrincipal": "CannotBePrincipal",
309
+ "Locked": false
310
+ }
311
+ }
312
+ ],
313
+ "componentState": null
314
+ }
315
+ ],
316
+ "connections": [
317
+ {
318
+ "from": {
319
+ "id": 4,
320
+ "output": "Result"
321
+ },
322
+ "to": {
323
+ "id": 6,
324
+ "input": "Geometry"
325
+ }
326
+ },
327
+ {
328
+ "from": {
329
+ "id": 2,
330
+ "output": "Number Slider"
331
+ },
332
+ "to": {
333
+ "id": 4,
334
+ "input": "A"
335
+ }
336
+ },
337
+ {
338
+ "from": {
339
+ "id": 1,
340
+ "output": "Number Slider"
341
+ },
342
+ "to": {
343
+ "id": 4,
344
+ "input": "B"
345
+ }
346
+ },
347
+ {
348
+ "from": {
349
+ "id": 5,
350
+ "output": "Unit vector"
351
+ },
352
+ "to": {
353
+ "id": 6,
354
+ "input": "Motion"
355
+ }
356
+ },
357
+ {
358
+ "from": {
359
+ "id": 3,
360
+ "output": "Number Slider"
361
+ },
362
+ "to": {
363
+ "id": 5,
364
+ "input": "Factor"
365
+ }
366
+ }
367
+ ]
368
+ }
369
+ }