Skip to content

Commit cce1a96

Browse files
committed
REVIT-222587
* add OOTB templates * update Dynamo Core build to 3.2.1.5366
1 parent 0278a00 commit cce1a96

9 files changed

Lines changed: 1873 additions & 8 deletions

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.39
1+
0.5.40

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.40
2+
* update Dynamo to published 3.2.1.5366
3+
* add Sample Template files
4+
15
## 0.5.39
26
* Update Dynamo to 3.2.1
37
* Update RevitGregAuth
Lines changed: 258 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
{
2+
"Uuid": "f36fba0c-8a97-4fef-b3dc-6f0d4d61aafa",
3+
"IsCustomNode": false,
4+
"Description": "Collect all elements of a chosen category (Defaulting to Rooms)",
5+
"Name": "CollectAllElementsOfCategory",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
14+
"SelectedIndex": 507,
15+
"SelectedString": "OST_Rooms",
16+
"Id": "1400fd6298f44dfbb91bb11505c879f5",
17+
"NodeType": "ExtensionNode",
18+
"Inputs": [],
19+
"Outputs": [
20+
{
21+
"Id": "ca529bd2c6784809b882c1cda2584135",
22+
"Name": "Category",
23+
"Description": "The selected Category.",
24+
"UsingDefaultValue": false,
25+
"Level": 2,
26+
"UseLevels": false,
27+
"KeepListStructure": false
28+
}
29+
],
30+
"Replication": "Disabled",
31+
"Description": "All built-in categories."
32+
},
33+
{
34+
"ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
35+
"Id": "59f1256567874cfb855f5354eb87646f",
36+
"NodeType": "ExtensionNode",
37+
"Inputs": [
38+
{
39+
"Id": "9747105e6ec74aa59a9478911c780165",
40+
"Name": "Category",
41+
"Description": "The Category",
42+
"UsingDefaultValue": false,
43+
"Level": 2,
44+
"UseLevels": false,
45+
"KeepListStructure": false
46+
}
47+
],
48+
"Outputs": [
49+
{
50+
"Id": "ee4a35b876d6409cbe8d34b67945d69c",
51+
"Name": "Elements",
52+
"Description": "An element class.",
53+
"UsingDefaultValue": false,
54+
"Level": 2,
55+
"UseLevels": false,
56+
"KeepListStructure": false
57+
}
58+
],
59+
"Replication": "Disabled",
60+
"Description": "Get all elements of the specified category from the model."
61+
},
62+
{
63+
"ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
64+
"WatchWidth": 50.0,
65+
"WatchHeight": 38.0,
66+
"Id": "f7a0ba86dc714b328564f6390b1ffa92",
67+
"NodeType": "ExtensionNode",
68+
"Inputs": [
69+
{
70+
"Id": "a41994fd9039439da30bbd9e37f15df2",
71+
"Name": "",
72+
"Description": "Node to show output from",
73+
"UsingDefaultValue": false,
74+
"Level": 2,
75+
"UseLevels": false,
76+
"KeepListStructure": false
77+
}
78+
],
79+
"Outputs": [
80+
{
81+
"Id": "6589178d81c64f0ebe7a71eee07c5333",
82+
"Name": "",
83+
"Description": "Node output",
84+
"UsingDefaultValue": false,
85+
"Level": 2,
86+
"UseLevels": false,
87+
"KeepListStructure": false
88+
}
89+
],
90+
"Replication": "Disabled",
91+
"Description": "Visualizes a node's output"
92+
}
93+
],
94+
"Connectors": [
95+
{
96+
"Start": "ca529bd2c6784809b882c1cda2584135",
97+
"End": "9747105e6ec74aa59a9478911c780165",
98+
"Id": "7cac21d0b5fa4589ab93e035fbc94b98",
99+
"IsHidden": "False"
100+
},
101+
{
102+
"Start": "ee4a35b876d6409cbe8d34b67945d69c",
103+
"End": "a41994fd9039439da30bbd9e37f15df2",
104+
"Id": "beb2bfe394284d458668b2e4cefadc8f",
105+
"IsHidden": "False"
106+
}
107+
],
108+
"Dependencies": [],
109+
"NodeLibraryDependencies": [],
110+
"EnableLegacyPolyCurveBehavior": true,
111+
"Thumbnail": "",
112+
"GraphDocumentationURL": null,
113+
"ExtensionWorkspaceData": [
114+
{
115+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
116+
"Name": "Properties",
117+
"Version": "3.0",
118+
"Data": {}
119+
},
120+
{
121+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
122+
"Name": "Generative Design",
123+
"Version": "7.1",
124+
"Data": {}
125+
}
126+
],
127+
"Author": "Autodesk",
128+
"Linting": {
129+
"activeLinter": "None",
130+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
131+
"warningCount": 0,
132+
"errorCount": 0
133+
},
134+
"Bindings": [],
135+
"View": {
136+
"Dynamo": {
137+
"ScaleFactor": 1.0,
138+
"HasRunWithoutCrash": true,
139+
"IsVisibleInDynamoLibrary": true,
140+
"Version": "3.0.3.7597",
141+
"RunType": "Automatic",
142+
"RunPeriod": "1000"
143+
},
144+
"Camera": {
145+
"Name": "_Background Preview",
146+
"EyeX": -17.0,
147+
"EyeY": 24.0,
148+
"EyeZ": 50.0,
149+
"LookX": 12.0,
150+
"LookY": -13.0,
151+
"LookZ": -58.0,
152+
"UpX": 0.0,
153+
"UpY": 1.0,
154+
"UpZ": 0.0
155+
},
156+
"ConnectorPins": [],
157+
"NodeViews": [
158+
{
159+
"Id": "1400fd6298f44dfbb91bb11505c879f5",
160+
"Name": "Categories",
161+
"IsSetAsInput": false,
162+
"IsSetAsOutput": false,
163+
"Excluded": false,
164+
"ShowGeometry": true,
165+
"X": 89870.21477205436,
166+
"Y": -4247.693497007918
167+
},
168+
{
169+
"Id": "59f1256567874cfb855f5354eb87646f",
170+
"Name": "All Elements of Category",
171+
"IsSetAsInput": false,
172+
"IsSetAsOutput": false,
173+
"Excluded": false,
174+
"ShowGeometry": true,
175+
"X": 90206.21477205436,
176+
"Y": -4247.693497007918
177+
},
178+
{
179+
"Id": "f7a0ba86dc714b328564f6390b1ffa92",
180+
"Name": "Watch",
181+
"IsSetAsInput": false,
182+
"IsSetAsOutput": false,
183+
"Excluded": false,
184+
"ShowGeometry": true,
185+
"X": 90563.21477205436,
186+
"Y": -4247.693497007918
187+
}
188+
],
189+
"Annotations": [
190+
{
191+
"Id": "0d323631560047b5a5f69d0e63a173fc",
192+
"Title": "Select Revit Category",
193+
"DescriptionText": null,
194+
"IsExpanded": true,
195+
"WidthAdjustment": 0.0,
196+
"HeightAdjustment": 0.0,
197+
"Nodes": [],
198+
"HasNestedGroups": false,
199+
"Left": 89920.21477205436,
200+
"Top": -4297.693497007918,
201+
"Width": 0.0,
202+
"Height": 0.0,
203+
"FontSize": 36.0,
204+
"GroupStyleId": "00000000-0000-0000-0000-000000000000",
205+
"InitialTop": 0.0,
206+
"InitialHeight": 0.0,
207+
"TextblockHeight": 0.0,
208+
"Background": "#FFC1D676",
209+
"PinnedNode": "1400fd6298f44dfbb91bb11505c879f5"
210+
},
211+
{
212+
"Id": "cf7dcb56bee2467882c6a3715c0b459f",
213+
"Title": "Collect all elements of that selected Category",
214+
"DescriptionText": null,
215+
"IsExpanded": true,
216+
"WidthAdjustment": 0.0,
217+
"HeightAdjustment": 0.0,
218+
"Nodes": [],
219+
"HasNestedGroups": false,
220+
"Left": 90203.21477205436,
221+
"Top": -4297.693497007918,
222+
"Width": 0.0,
223+
"Height": 0.0,
224+
"FontSize": 36.0,
225+
"GroupStyleId": "00000000-0000-0000-0000-000000000000",
226+
"InitialTop": 0.0,
227+
"InitialHeight": 0.0,
228+
"TextblockHeight": 0.0,
229+
"Background": "#FFC1D676",
230+
"PinnedNode": "59f1256567874cfb855f5354eb87646f"
231+
},
232+
{
233+
"Id": "bd0885cebce64783be7ce4b6a6284bd4",
234+
"Title": "Watch results of collecting every element of a chosen category",
235+
"DescriptionText": null,
236+
"IsExpanded": true,
237+
"WidthAdjustment": 0.0,
238+
"HeightAdjustment": 0.0,
239+
"Nodes": [],
240+
"HasNestedGroups": false,
241+
"Left": 90494.21477205436,
242+
"Top": -4312.693497007918,
243+
"Width": 0.0,
244+
"Height": 0.0,
245+
"FontSize": 36.0,
246+
"GroupStyleId": "00000000-0000-0000-0000-000000000000",
247+
"InitialTop": 0.0,
248+
"InitialHeight": 0.0,
249+
"TextblockHeight": 0.0,
250+
"Background": "#FFC1D676",
251+
"PinnedNode": "f7a0ba86dc714b328564f6390b1ffa92"
252+
}
253+
],
254+
"X": -93439.47156922061,
255+
"Y": 4723.485874233058,
256+
"Zoom": 1.0427979036983706
257+
}
258+
}

0 commit comments

Comments
 (0)