WolfParametric commited on
Commit
9321e9c
·
verified ·
1 Parent(s): 8a2f930

Grasshopper script export from Anonymous

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Anonymous_20250830_171844_GH2JSON_20250830_171844.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Description": "What the script does: RIR Revit to Rhino graphical element direct bake; inputs: Graphical element; outputs: Baked geometry",
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": "Graphical Element",
36
+ "objectType": "Parameter",
37
+ "guid": "ef607c2a-2f44-43f4-9c39-369ce114b51f",
38
+ "params": {},
39
+ "position": {
40
+ "x": 126.0,
41
+ "y": 100.0
42
+ },
43
+ "inputSettings": [],
44
+ "outputSettings": [
45
+ {
46
+ "parameterName": "Graphical Element",
47
+ "dataMapping": "None",
48
+ "isReparameterized": false,
49
+ "hasExpression": false,
50
+ "expressionContent": null,
51
+ "additionalSettings": {
52
+ "IsBakeCapable": true,
53
+ "Optional": false,
54
+ "Reverse": false,
55
+ "Simplify": false,
56
+ "IsPrincipal": "CannotBePrincipal",
57
+ "Locked": false
58
+ }
59
+ }
60
+ ],
61
+ "componentState": null
62
+ },
63
+ {
64
+ "id": 4,
65
+ "type": "Geometry Cache",
66
+ "objectType": "Parameter",
67
+ "guid": "f91778ca-2700-42fc-8ee6-74049a2292b5",
68
+ "params": {},
69
+ "position": {
70
+ "x": 278.5,
71
+ "y": 87.0
72
+ },
73
+ "inputSettings": [],
74
+ "outputSettings": [
75
+ {
76
+ "parameterName": "Geometry Cache",
77
+ "dataMapping": "None",
78
+ "isReparameterized": false,
79
+ "hasExpression": false,
80
+ "expressionContent": null,
81
+ "additionalSettings": {
82
+ "Hidden": false,
83
+ "IsPreviewCapable": true,
84
+ "Optional": false,
85
+ "Reverse": false,
86
+ "Simplify": false,
87
+ "IsPrincipal": "CannotBePrincipal",
88
+ "Locked": false
89
+ }
90
+ }
91
+ ],
92
+ "componentState": null
93
+ }
94
+ ],
95
+ "connections": [
96
+ {
97
+ "from": {
98
+ "id": 3,
99
+ "output": "Graphical Element"
100
+ },
101
+ "to": {
102
+ "id": 4,
103
+ "input": "Geometry Cache"
104
+ }
105
+ }
106
+ ]
107
+ }
108
+ }