Skip to content

Commit 0d43391

Browse files
stevecbcjohnpiersonCopilotclaude
authored
Dynamo Node In Depth Documentation (9 Nodes) (#3387)
Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany CoreNodeModels.Logic.Gate CoreNodeModels.Remember DSRevitNodesUI.LeaderEndCondition DSRevitNodesUI.RuleTypes Dynamo.Graph.Nodes.CodeBlockNodeModel Dynamo.Translation.Models.ObjectImporter Dynamo.Translation.Models.ObjectSelector UnitsUI.UnitInput Please Note: 1. Before submitting the PR, please review [How to Contribute to Dynamo](https://github.com/DynamoDS/Dynamo/blob/master/CONTRIBUTING.md) 2. Dynamo Team will meet 1x a month to review PRs found on Github (Issues will be handled separately) 3. PRs will be reviewed from oldest to newest 4. If a reviewed PR requires changes by the owner, the owner of the PR has 30 days to respond. If the PR has seen no activity by the next session, it will be either closed by the team or depending on its utility will be taken over by someone on the team 5. PRs should use either Dynamo's default PR template or [one of these other template options](https://github.com/DynamoDS/Dynamo/wiki/Choosing-a-Pull-Request-Template) in order to be considered for review. 6. PRs that do not have one of the Dynamo PR templates completely filled out with all declarations satisfied will not be reviewed by the Dynamo team. 7. PRs made to the `DynamoRevit` repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after a `LGTM` label is added to the PR. ### Purpose (FILL ME IN) This section describes why this PR is here. Usually it would include a reference to the tracking task that it is part or all of the solution for. ### Declarations Check these if you believe they are true - [ ] The code base is in a better state after this PR - [ ] Is documented according to the [standards](https://github.com/DynamoDS/Dynamo/wiki/Coding-Standards) - [ ] The level of testing this PR includes is appropriate - [ ] User facing strings, if any, are extracted into `*.resx` files - [ ] Snapshot of UI changes, if any. ### Reviewers (FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR) (FILL ME IN, optional) Any additional notes to reviewers or testers. ### FYIs (FILL ME IN, Optional) Names of anyone else you wish to be notified of --------- Co-authored-by: john pierson <sixtysecondrevit@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: john pierson <john.pierson@autodesk.com> Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 058696f commit 0d43391

24 files changed

Lines changed: 2918 additions & 0 deletions

doc/distrib/NodeHelpFiles/Autodesk.DesignScript.Geometry.PolyCurve.OffsetMany.dyn

Lines changed: 788 additions & 0 deletions
Large diffs are not rendered by default.
619 KB
Loading
Lines changed: 331 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,331 @@
1+
{
2+
"Uuid": "7f4f5f3b-8d72-4b8f-9c2e-6a1d3e5b4c91",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "CoreNodeModels.Logic.Gate",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
14+
"Id": "1e221b552086428dae6d55ec16611728",
15+
"NodeType": "FunctionNode",
16+
"Inputs": [
17+
{
18+
"Id": "1ce09e60925d463bb2da67cfb6029538",
19+
"Name": "geometry",
20+
"Description": "Autodesk.DesignScript.Geometry.Geometry",
21+
"UsingDefaultValue": false,
22+
"Level": 2,
23+
"UseLevels": false,
24+
"KeepListStructure": false
25+
}
26+
],
27+
"Outputs": [
28+
{
29+
"Id": "948633a8722e41fb907c0e750a32dab8",
30+
"Name": "Geometry[]",
31+
"Description": "Geometry[]",
32+
"UsingDefaultValue": false,
33+
"Level": 2,
34+
"UseLevels": false,
35+
"KeepListStructure": false
36+
}
37+
],
38+
"FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Explode",
39+
"Replication": "Auto",
40+
"Description": "Separates compound or non-separated elements into their component parts.\n\nGeometry.Explode ( ): Geometry[]"
41+
},
42+
{
43+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
44+
"Id": "3b109e70611d4ee998a0e58da251458c",
45+
"NodeType": "FunctionNode",
46+
"Inputs": [
47+
{
48+
"Id": "d275a5f226514f11b5e628c007d5bfab",
49+
"Name": "element",
50+
"Description": "Revit.Elements.Element",
51+
"UsingDefaultValue": false,
52+
"Level": 2,
53+
"UseLevels": false,
54+
"KeepListStructure": false
55+
}
56+
],
57+
"Outputs": [
58+
{
59+
"Id": "c0f46bb22e7b4c4b97e75cf4b3e99271",
60+
"Name": "geometry[]",
61+
"Description": "List of geometry from the element",
62+
"UsingDefaultValue": false,
63+
"Level": 2,
64+
"UseLevels": false,
65+
"KeepListStructure": false
66+
}
67+
],
68+
"FunctionSignature": "Revit.Elements.Element.Geometry",
69+
"Replication": "Auto",
70+
"Description": "Returns all geometry associated with an element. Ignores transforms when used with linked elements.\n\nElement.Geometry ( ): var[]"
71+
},
72+
{
73+
"ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
74+
"Id": "6314fbf6fb3044e3a7e4d4f02984f39b",
75+
"NodeType": "ExtensionNode",
76+
"Inputs": [
77+
{
78+
"Id": "1e92d4e1556148b390a56986020b71fd",
79+
"Name": "Category",
80+
"Description": "The Category",
81+
"UsingDefaultValue": false,
82+
"Level": 2,
83+
"UseLevels": false,
84+
"KeepListStructure": false
85+
}
86+
],
87+
"Outputs": [
88+
{
89+
"Id": "16d9cde50971418c8736be52b6502d2f",
90+
"Name": "Elements",
91+
"Description": "An element class.",
92+
"UsingDefaultValue": false,
93+
"Level": 2,
94+
"UseLevels": false,
95+
"KeepListStructure": false
96+
}
97+
],
98+
"Replication": "Disabled",
99+
"Description": "Get all elements of the specified category from the model."
100+
},
101+
{
102+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
103+
"Id": "879bb3d336cf4daaa9107b2379220571",
104+
"NodeType": "FunctionNode",
105+
"Inputs": [
106+
{
107+
"Id": "2374d39c5b8a408d8d44cf97caf19426",
108+
"Name": "list",
109+
"Description": "List to get the first item from.\n\nvar[]..[]",
110+
"UsingDefaultValue": false,
111+
"Level": 2,
112+
"UseLevels": false,
113+
"KeepListStructure": false
114+
}
115+
],
116+
"Outputs": [
117+
{
118+
"Id": "16bffde6b28848b4a949a4f8167fa04d",
119+
"Name": "item",
120+
"Description": "First item in the list.",
121+
"UsingDefaultValue": false,
122+
"Level": 2,
123+
"UseLevels": false,
124+
"KeepListStructure": false
125+
}
126+
],
127+
"FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
128+
"Replication": "Auto",
129+
"Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
130+
},
131+
{
132+
"ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
133+
"SelectedIndex": 160,
134+
"SelectedString": "OST_CurtainWallPanels",
135+
"Id": "545fdb0ec7bf434487fad30d289283ac",
136+
"NodeType": "ExtensionNode",
137+
"Inputs": [],
138+
"Outputs": [
139+
{
140+
"Id": "83a9bb9c462045b1bffaeb14eef1662f",
141+
"Name": "Category",
142+
"Description": "The selected Category.",
143+
"UsingDefaultValue": false,
144+
"Level": 2,
145+
"UseLevels": false,
146+
"KeepListStructure": false
147+
}
148+
],
149+
"Replication": "Disabled",
150+
"Description": "All built-in categories."
151+
},
152+
{
153+
"ConcreteType": "CoreNodeModels.Logic.Gate, CoreNodeModels",
154+
"InputValue": true,
155+
"Id": "baba8f28e7d243f6ad440f5ef281f247",
156+
"NodeType": "ExtensionNode",
157+
"Inputs": [
158+
{
159+
"Id": "f63cdd94828043bc97746b6d8e69bf19",
160+
"Name": ">",
161+
"Description": "Data to pass to a downstream node with gated controls.",
162+
"UsingDefaultValue": false,
163+
"Level": 2,
164+
"UseLevels": false,
165+
"KeepListStructure": false
166+
}
167+
],
168+
"Outputs": [
169+
{
170+
"Id": "ace1b0e0bd8049c0a62d639425f99404",
171+
"Name": ">",
172+
"Description": "Data",
173+
"UsingDefaultValue": false,
174+
"Level": 2,
175+
"UseLevels": false,
176+
"KeepListStructure": false
177+
}
178+
],
179+
"Replication": "Disabled",
180+
"Description": "Block data passing through this node to downstream nodes. Node returns the input data only if the node value is set to Open.\r\n\r\nIn Generative Design workflows, this node should be used to control and block the behavior of nodes that will place elements in Revit"
181+
}
182+
],
183+
"Connectors": [
184+
{
185+
"Start": "c0f46bb22e7b4c4b97e75cf4b3e99271",
186+
"End": "f63cdd94828043bc97746b6d8e69bf19",
187+
"Id": "d6e37acd2380410c8ffe4b709486b472",
188+
"IsHidden": "False"
189+
},
190+
{
191+
"Start": "16d9cde50971418c8736be52b6502d2f",
192+
"End": "2374d39c5b8a408d8d44cf97caf19426",
193+
"Id": "0ae5dc4cee4140588d3397050491f98e",
194+
"IsHidden": "False"
195+
},
196+
{
197+
"Start": "16bffde6b28848b4a949a4f8167fa04d",
198+
"End": "d275a5f226514f11b5e628c007d5bfab",
199+
"Id": "ea4c9178b331456dbfc46af5b42ddf55",
200+
"IsHidden": "False"
201+
},
202+
{
203+
"Start": "83a9bb9c462045b1bffaeb14eef1662f",
204+
"End": "1e92d4e1556148b390a56986020b71fd",
205+
"Id": "8b635ddd0c14484799053c4fa8c38ac7",
206+
"IsHidden": "False"
207+
},
208+
{
209+
"Start": "ace1b0e0bd8049c0a62d639425f99404",
210+
"End": "1ce09e60925d463bb2da67cfb6029538",
211+
"Id": "70f963f8f53240cfb6a47ba13aa26a04",
212+
"IsHidden": "False"
213+
}
214+
],
215+
"Dependencies": [],
216+
"NodeLibraryDependencies": [],
217+
"EnableLegacyPolyCurveBehavior": true,
218+
"Thumbnail": "",
219+
"GraphDocumentationURL": null,
220+
"ExtensionWorkspaceData": [
221+
{
222+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
223+
"Name": "Properties",
224+
"Version": "3.4",
225+
"Data": {}
226+
},
227+
{
228+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
229+
"Name": "Generative Design",
230+
"Version": "9.0",
231+
"Data": {}
232+
}
233+
],
234+
"Author": "",
235+
"Linting": {
236+
"activeLinter": "None",
237+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
238+
"warningCount": 0,
239+
"errorCount": 0
240+
},
241+
"Bindings": [],
242+
"View": {
243+
"Dynamo": {
244+
"ScaleFactor": 1.0,
245+
"HasRunWithoutCrash": true,
246+
"IsVisibleInDynamoLibrary": true,
247+
"Version": "3.4.1.7055",
248+
"RunType": "Manual",
249+
"RunPeriod": "1000"
250+
},
251+
"Camera": {
252+
"Name": "_Background Preview",
253+
"EyeX": -112.22754669189453,
254+
"EyeY": 5.004157066345215,
255+
"EyeZ": -40.16264724731445,
256+
"LookX": 5.164665222167969,
257+
"LookY": -2.982386827468872,
258+
"LookZ": -3.0800704956054688,
259+
"UpX": 0.38160666823387146,
260+
"UpY": 0.8958706259727478,
261+
"UpZ": -0.2275789976119995
262+
},
263+
"ConnectorPins": [],
264+
"NodeViews": [
265+
{
266+
"Id": "1e221b552086428dae6d55ec16611728",
267+
"Name": "Geometry.Explode",
268+
"IsSetAsInput": false,
269+
"IsSetAsOutput": false,
270+
"Excluded": false,
271+
"ShowGeometry": true,
272+
"X": 1567.3155875054226,
273+
"Y": 663.3211643634088
274+
},
275+
{
276+
"Id": "3b109e70611d4ee998a0e58da251458c",
277+
"Name": "Element.Geometry",
278+
"IsSetAsInput": false,
279+
"IsSetAsOutput": false,
280+
"Excluded": false,
281+
"ShowGeometry": true,
282+
"X": 883.7907639281325,
283+
"Y": 663.3211643634088
284+
},
285+
{
286+
"Id": "6314fbf6fb3044e3a7e4d4f02984f39b",
287+
"Name": "All Elements of Category",
288+
"IsSetAsInput": false,
289+
"IsSetAsOutput": false,
290+
"Excluded": false,
291+
"ShowGeometry": true,
292+
"X": 250.7907639281325,
293+
"Y": 663.3211643634088
294+
},
295+
{
296+
"Id": "879bb3d336cf4daaa9107b2379220571",
297+
"Name": "List.FirstItem",
298+
"IsSetAsInput": false,
299+
"IsSetAsOutput": false,
300+
"Excluded": false,
301+
"ShowGeometry": true,
302+
"X": 607.7907639281325,
303+
"Y": 663.3211643634088
304+
},
305+
{
306+
"Id": "545fdb0ec7bf434487fad30d289283ac",
307+
"Name": "Categories",
308+
"IsSetAsInput": false,
309+
"IsSetAsOutput": false,
310+
"Excluded": false,
311+
"ShowGeometry": true,
312+
"X": -85.20923607186751,
313+
"Y": 663.3211643634088
314+
},
315+
{
316+
"Id": "baba8f28e7d243f6ad440f5ef281f247",
317+
"Name": "Gate",
318+
"IsSetAsInput": false,
319+
"IsSetAsOutput": false,
320+
"Excluded": false,
321+
"ShowGeometry": true,
322+
"X": 1226.7907639281325,
323+
"Y": 663.3211643634088
324+
}
325+
],
326+
"Annotations": [],
327+
"X": 107.07659801402542,
328+
"Y": -188.34900063416114,
329+
"Zoom": 1.1375820522947402
330+
}
331+
}
179 KB
Loading

doc/distrib/NodeHelpFiles/CoreNodeModels.Remember.dyn

Lines changed: 285 additions & 0 deletions
Large diffs are not rendered by default.
47.9 KB
Loading

0 commit comments

Comments
 (0)