WolfParametric commited on
Commit
d036748
·
verified ·
1 Parent(s): 36597f5

Grasshopper script export from Anonymous

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Anonymous_20250815_180354_GH2JSON_20250815_180354.json ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Description": "What the script does: Use Rhino inside Revit components to list Revit Curtain Panels; inputs: Model Category Picker + Element Category Filter + Query types; outputs: Lists Revit Curtainwall Panels",
3
+ "output": {
4
+ "components": [
5
+ {
6
+ "id": 1,
7
+ "type": "Group",
8
+ "objectType": "Unknown",
9
+ "guid": "c552a431-af5b-46a9-a8a4-0fcbc27ef596",
10
+ "params": {},
11
+ "position": {
12
+ "x": 0.0,
13
+ "y": 0.0
14
+ },
15
+ "inputSettings": [],
16
+ "outputSettings": [],
17
+ "componentState": null
18
+ },
19
+ {
20
+ "id": 2,
21
+ "type": "Group",
22
+ "objectType": "Unknown",
23
+ "guid": "c552a431-af5b-46a9-a8a4-0fcbc27ef596",
24
+ "params": {},
25
+ "position": {
26
+ "x": 0.0,
27
+ "y": 0.0
28
+ },
29
+ "inputSettings": [],
30
+ "outputSettings": [],
31
+ "componentState": null
32
+ },
33
+ {
34
+ "id": 3,
35
+ "type": "Group",
36
+ "objectType": "Unknown",
37
+ "guid": "c552a431-af5b-46a9-a8a4-0fcbc27ef596",
38
+ "params": {},
39
+ "position": {
40
+ "x": 0.0,
41
+ "y": 0.0
42
+ },
43
+ "inputSettings": [],
44
+ "outputSettings": [],
45
+ "componentState": null
46
+ },
47
+ {
48
+ "id": 4,
49
+ "type": "Model.CategoriesPicker",
50
+ "objectType": "Parameter",
51
+ "guid": "eb266925-f1aa-4729-b5c0-b978937f51a3",
52
+ "params": {},
53
+ "position": {
54
+ "x": 198.0,
55
+ "y": 499.0
56
+ },
57
+ "inputSettings": [],
58
+ "outputSettings": [
59
+ {
60
+ "parameterName": "Model.CategoriesPicker",
61
+ "dataMapping": "None",
62
+ "isReparameterized": false,
63
+ "hasExpression": false,
64
+ "expressionContent": null,
65
+ "additionalSettings": {
66
+ "Hidden": false,
67
+ "IsPreviewCapable": true,
68
+ "IsBakeCapable": true,
69
+ "Optional": false,
70
+ "Reverse": false,
71
+ "Simplify": false,
72
+ "IsPrincipal": "CannotBePrincipal",
73
+ "Locked": false
74
+ }
75
+ }
76
+ ],
77
+ "componentState": null
78
+ },
79
+ {
80
+ "id": 5,
81
+ "type": "Element.CategoryFilter",
82
+ "objectType": "Component",
83
+ "guid": "d08f7ab1-be36-45fa-b006-0078022db140",
84
+ "params": {},
85
+ "position": {
86
+ "x": 565.0,
87
+ "y": 520.0
88
+ },
89
+ "inputSettings": [
90
+ {
91
+ "parameterName": "Categories",
92
+ "dataMapping": "None",
93
+ "isReparameterized": false,
94
+ "hasExpression": false,
95
+ "expressionContent": null,
96
+ "additionalSettings": {
97
+ "IsBakeCapable": true,
98
+ "Optional": false,
99
+ "Reverse": false,
100
+ "Simplify": false,
101
+ "IsPrincipal": "IsNotPrincipal",
102
+ "Locked": false
103
+ }
104
+ },
105
+ {
106
+ "parameterName": "Inverted",
107
+ "dataMapping": "None",
108
+ "isReparameterized": false,
109
+ "hasExpression": false,
110
+ "expressionContent": null,
111
+ "additionalSettings": {
112
+ "Invert": false,
113
+ "Optional": false,
114
+ "Reverse": false,
115
+ "Simplify": false,
116
+ "IsPrincipal": "IsNotPrincipal",
117
+ "Locked": false
118
+ }
119
+ }
120
+ ],
121
+ "outputSettings": [
122
+ {
123
+ "parameterName": "Filter",
124
+ "dataMapping": "None",
125
+ "isReparameterized": false,
126
+ "hasExpression": false,
127
+ "expressionContent": null,
128
+ "additionalSettings": {
129
+ "Optional": false,
130
+ "Reverse": false,
131
+ "Simplify": false,
132
+ "IsPrincipal": "CannotBePrincipal",
133
+ "Locked": false
134
+ }
135
+ }
136
+ ],
137
+ "componentState": null
138
+ },
139
+ {
140
+ "id": 6,
141
+ "type": "Query Types",
142
+ "objectType": "Component",
143
+ "guid": "7b00f940-4c6e-4f3f-ab81-c3eed430de96",
144
+ "params": {},
145
+ "position": {
146
+ "x": 724.0,
147
+ "y": 490.0
148
+ },
149
+ "inputSettings": [
150
+ {
151
+ "parameterName": "Kind",
152
+ "dataMapping": "None",
153
+ "isReparameterized": false,
154
+ "hasExpression": false,
155
+ "expressionContent": null,
156
+ "additionalSettings": {
157
+ "Optional": true,
158
+ "Reverse": false,
159
+ "Simplify": false,
160
+ "IsPrincipal": "IsNotPrincipal",
161
+ "Locked": false
162
+ }
163
+ },
164
+ {
165
+ "parameterName": "Category",
166
+ "dataMapping": "None",
167
+ "isReparameterized": false,
168
+ "hasExpression": false,
169
+ "expressionContent": null,
170
+ "additionalSettings": {
171
+ "IsBakeCapable": false,
172
+ "Optional": true,
173
+ "Reverse": false,
174
+ "Simplify": false,
175
+ "IsPrincipal": "IsNotPrincipal",
176
+ "Locked": false
177
+ }
178
+ },
179
+ {
180
+ "parameterName": "Family Name",
181
+ "dataMapping": "None",
182
+ "isReparameterized": false,
183
+ "hasExpression": false,
184
+ "expressionContent": null,
185
+ "additionalSettings": {
186
+ "Optional": true,
187
+ "Reverse": false,
188
+ "Simplify": false,
189
+ "IsPrincipal": "IsNotPrincipal",
190
+ "Locked": false
191
+ }
192
+ },
193
+ {
194
+ "parameterName": "Type Name",
195
+ "dataMapping": "None",
196
+ "isReparameterized": false,
197
+ "hasExpression": false,
198
+ "expressionContent": null,
199
+ "additionalSettings": {
200
+ "Optional": true,
201
+ "Reverse": false,
202
+ "Simplify": false,
203
+ "IsPrincipal": "IsNotPrincipal",
204
+ "Locked": false
205
+ }
206
+ },
207
+ {
208
+ "parameterName": "Filter",
209
+ "dataMapping": "None",
210
+ "isReparameterized": false,
211
+ "hasExpression": false,
212
+ "expressionContent": null,
213
+ "additionalSettings": {
214
+ "Optional": true,
215
+ "Reverse": false,
216
+ "Simplify": false,
217
+ "IsPrincipal": "IsNotPrincipal",
218
+ "Locked": false
219
+ }
220
+ }
221
+ ],
222
+ "outputSettings": [
223
+ {
224
+ "parameterName": "Types",
225
+ "dataMapping": "None",
226
+ "isReparameterized": false,
227
+ "hasExpression": false,
228
+ "expressionContent": null,
229
+ "additionalSettings": {
230
+ "IsBakeCapable": true,
231
+ "Optional": false,
232
+ "Reverse": false,
233
+ "Simplify": false,
234
+ "IsPrincipal": "CannotBePrincipal",
235
+ "Locked": false
236
+ }
237
+ }
238
+ ],
239
+ "componentState": null
240
+ },
241
+ {
242
+ "id": 7,
243
+ "type": "Panel",
244
+ "objectType": "Parameter",
245
+ "guid": "59e0b89a-e487-49f8-bab8-b5bab16be14c",
246
+ "params": {
247
+ "Value": "Double click to edit panel content…"
248
+ },
249
+ "position": {
250
+ "x": 812.8792,
251
+ "y": 446.0133
252
+ },
253
+ "inputSettings": [],
254
+ "outputSettings": [
255
+ {
256
+ "parameterName": "Panel",
257
+ "dataMapping": "None",
258
+ "isReparameterized": false,
259
+ "hasExpression": false,
260
+ "expressionContent": null,
261
+ "additionalSettings": {
262
+ "Optional": false,
263
+ "Reverse": false,
264
+ "Simplify": false,
265
+ "IsPrincipal": "CannotBePrincipal",
266
+ "Locked": false
267
+ }
268
+ }
269
+ ],
270
+ "componentState": {
271
+ "multiline": true,
272
+ "wrap": true,
273
+ "color": {
274
+ "r": 255,
275
+ "g": 255,
276
+ "b": 255,
277
+ "a": 255
278
+ }
279
+ }
280
+ }
281
+ ],
282
+ "connections": [
283
+ {
284
+ "from": {
285
+ "id": 4,
286
+ "output": "Model.CategoriesPicker"
287
+ },
288
+ "to": {
289
+ "id": 5,
290
+ "input": "Categories"
291
+ }
292
+ },
293
+ {
294
+ "from": {
295
+ "id": 5,
296
+ "output": "Filter"
297
+ },
298
+ "to": {
299
+ "id": 6,
300
+ "input": "Filter"
301
+ }
302
+ },
303
+ {
304
+ "from": {
305
+ "id": 6,
306
+ "output": "Types"
307
+ },
308
+ "to": {
309
+ "id": 7,
310
+ "input": "Panel"
311
+ }
312
+ }
313
+ ]
314
+ }
315
+ }