WolfParametric commited on
Commit
330a2b8
·
verified ·
1 Parent(s): 9dcaff8

Grasshopper script export from Akshay Khaneja

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Akshay_Khaneja_20250609_123112_Contribution_GH2JSON_20250609_123112.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "akshay-khaneja-09"
10
+ },
11
+ "Description": "What the script does: dfgfd; inputs: fdgdfsg; outputs: dgfdfgdf",
12
+ "output": {
13
+ "components": [
14
+ {
15
+ "id": 1,
16
+ "type": "Range",
17
+ "objectType": "Component",
18
+ "guid": "9445ca40-cc73-4861-a455-146308676855",
19
+ "params": {},
20
+ "position": {
21
+ "x": 0,
22
+ "y": 0
23
+ },
24
+ "inputSettings": [
25
+ {
26
+ "parameterName": "Domain",
27
+ "dataMapping": "Graft",
28
+ "isReparameterized": false,
29
+ "hasExpression": false,
30
+ "expressionContent": null,
31
+ "persistentData": {
32
+ "dataType": "DomainValues",
33
+ "value": {
34
+ "Min": 50,
35
+ "Max": 80
36
+ }
37
+ },
38
+ "additionalSettings": {
39
+ "Optional": false,
40
+ "Reverse": false,
41
+ "Simplify": true,
42
+ "IsPrincipal": "IsNotPrincipal",
43
+ "Locked": false
44
+ }
45
+ },
46
+ {
47
+ "parameterName": "Steps",
48
+ "dataMapping": "None",
49
+ "isReparameterized": false,
50
+ "hasExpression": false,
51
+ "expressionContent": null,
52
+ "persistentData": {
53
+ "dataType": "IntegerValues",
54
+ "value": 10
55
+ },
56
+ "additionalSettings": {
57
+ "Optional": false,
58
+ "Reverse": false,
59
+ "Simplify": false,
60
+ "IsPrincipal": "IsNotPrincipal",
61
+ "Locked": false
62
+ }
63
+ }
64
+ ],
65
+ "outputSettings": [
66
+ {
67
+ "parameterName": "Range",
68
+ "dataMapping": "None",
69
+ "isReparameterized": false,
70
+ "hasExpression": false,
71
+ "expressionContent": null,
72
+ "persistentData": null,
73
+ "additionalSettings": {
74
+ "UseDegrees": false,
75
+ "Optional": false,
76
+ "Reverse": false,
77
+ "Simplify": false,
78
+ "IsPrincipal": "CannotBePrincipal",
79
+ "Locked": false
80
+ }
81
+ }
82
+ ],
83
+ "componentState": null
84
+ },
85
+ {
86
+ "id": 2,
87
+ "type": "Cull Nth",
88
+ "objectType": "Component",
89
+ "guid": "932b9817-fcc6-4ac3-b5fd-c0e8eeadc53f",
90
+ "params": {},
91
+ "position": {
92
+ "x": 134,
93
+ "y": 117
94
+ },
95
+ "inputSettings": [
96
+ {
97
+ "parameterName": "List",
98
+ "dataMapping": "None",
99
+ "isReparameterized": false,
100
+ "hasExpression": false,
101
+ "expressionContent": null,
102
+ "persistentData": null,
103
+ "additionalSettings": {
104
+ "UseDegrees": false,
105
+ "Hidden": false,
106
+ "IsPreviewCapable": true,
107
+ "IsBakeCapable": false,
108
+ "Optional": false,
109
+ "Reverse": false,
110
+ "Simplify": true,
111
+ "IsPrincipal": "IsNotPrincipal",
112
+ "Locked": false
113
+ }
114
+ },
115
+ {
116
+ "parameterName": "Cull frequency",
117
+ "dataMapping": "None",
118
+ "isReparameterized": false,
119
+ "hasExpression": false,
120
+ "expressionContent": null,
121
+ "persistentData": {
122
+ "dataType": "IntegerValues",
123
+ "value": [
124
+ 80,
125
+ 56,
126
+ 89,
127
+ 75
128
+ ]
129
+ },
130
+ "additionalSettings": {
131
+ "Optional": false,
132
+ "Reverse": false,
133
+ "Simplify": false,
134
+ "IsPrincipal": "IsNotPrincipal",
135
+ "Locked": false
136
+ }
137
+ }
138
+ ],
139
+ "outputSettings": [
140
+ {
141
+ "parameterName": "List",
142
+ "dataMapping": "None",
143
+ "isReparameterized": false,
144
+ "hasExpression": false,
145
+ "expressionContent": null,
146
+ "persistentData": null,
147
+ "additionalSettings": {
148
+ "UseDegrees": false,
149
+ "Hidden": false,
150
+ "IsPreviewCapable": true,
151
+ "IsBakeCapable": false,
152
+ "Optional": false,
153
+ "Reverse": false,
154
+ "Simplify": false,
155
+ "IsPrincipal": "CannotBePrincipal",
156
+ "Locked": false
157
+ }
158
+ }
159
+ ],
160
+ "componentState": null
161
+ },
162
+ {
163
+ "id": 3,
164
+ "type": "Panel",
165
+ "objectType": "Parameter",
166
+ "guid": "59e0b89a-e487-49f8-bab8-b5bab16be14c",
167
+ "params": {
168
+ "Value": "8\r\n95\r\n15\r\n100\r\n50\r\n78"
169
+ },
170
+ "position": {
171
+ "x": 200.02844,
172
+ "y": 12.699432
173
+ },
174
+ "inputSettings": [],
175
+ "outputSettings": [
176
+ {
177
+ "parameterName": "Panel",
178
+ "dataMapping": "None",
179
+ "isReparameterized": false,
180
+ "hasExpression": false,
181
+ "expressionContent": null,
182
+ "persistentData": null,
183
+ "additionalSettings": {
184
+ "Optional": false,
185
+ "Reverse": false,
186
+ "Simplify": false,
187
+ "IsPrincipal": "CannotBePrincipal",
188
+ "Locked": false
189
+ }
190
+ }
191
+ ],
192
+ "componentState": {
193
+ "wrap": true
194
+ }
195
+ },
196
+ {
197
+ "id": 4,
198
+ "type": "Panel",
199
+ "objectType": "Parameter",
200
+ "guid": "59e0b89a-e487-49f8-bab8-b5bab16be14c",
201
+ "params": {
202
+ "Value": "8\r\n95\r\n15\r\n100\r\n50\r\n78"
203
+ },
204
+ "position": {
205
+ "x": 356.42847,
206
+ "y": 5.8994446
207
+ },
208
+ "inputSettings": [],
209
+ "outputSettings": [
210
+ {
211
+ "parameterName": "Panel",
212
+ "dataMapping": "None",
213
+ "isReparameterized": false,
214
+ "hasExpression": false,
215
+ "expressionContent": null,
216
+ "persistentData": null,
217
+ "additionalSettings": {
218
+ "Optional": false,
219
+ "Reverse": false,
220
+ "Simplify": false,
221
+ "IsPrincipal": "CannotBePrincipal",
222
+ "Locked": false
223
+ }
224
+ }
225
+ ],
226
+ "componentState": {
227
+ "multiline": true,
228
+ "wrap": true
229
+ }
230
+ }
231
+ ],
232
+ "connections": []
233
+ }
234
+ }