Skip to content

Commit 9486c03

Browse files
stevecbcjohnpiersonclaude
authored
Node help documents 10 nodes (#3410)
DSRevitNodesUI.SpacingRuleLayouts Revit.AnalysisDisplay.VectorAnalysisDisplay.ByViewPointsAndVectorValues Revit.Elements.Dimension.ByReferences Revit.Elements.GroupType.ByTypeId Revit.Elements.PathOfTravel.LongestOfShortestExitPaths Revit.Elements.SpecType.ByTypeId Revit.Transaction.Transaction.Start UnitsUI.Quantities UnitsUI.Symbols UnitsUI.Units 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 <john.pierson@autodesk.com> Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent e16c515 commit 9486c03

30 files changed

Lines changed: 6098 additions & 0 deletions
Lines changed: 242 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,242 @@
1+
{
2+
"Uuid": "191db560-2f82-460d-9e46-5c33ca36f801",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "DSRevitNodesUI.SpacingRuleLayouts",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "DSRevitNodesUI.SpacingRuleLayouts, DSRevitNodesUI",
14+
"SelectedIndex": 1,
15+
"SelectedString": "FixedNumber",
16+
"Id": "3c5de550ff1d42de9214e292803a4791",
17+
"NodeType": "ExtensionNode",
18+
"Inputs": [],
19+
"Outputs": [
20+
{
21+
"Id": "5b6b6c1be40149ffa2467bf6bdac0e40",
22+
"Name": "Autodesk.Revit.DB.SpacingRuleLayout",
23+
"Description": "The selected Autodesk.Revit.DB.SpacingRuleLayout",
24+
"UsingDefaultValue": false,
25+
"Level": 2,
26+
"UseLevels": false,
27+
"KeepListStructure": false
28+
}
29+
],
30+
"Replication": "Disabled",
31+
"Description": "A spacing rule layout for calculating divided paths."
32+
},
33+
{
34+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
35+
"Id": "8861112e63b146a0bd81c864b1d750c7",
36+
"NodeType": "FunctionNode",
37+
"Inputs": [
38+
{
39+
"Id": "57ab22505c7e48eeb59f161592483a36",
40+
"Name": "element",
41+
"Description": "Revit.Elements.Element",
42+
"UsingDefaultValue": false,
43+
"Level": 2,
44+
"UseLevels": false,
45+
"KeepListStructure": false
46+
},
47+
{
48+
"Id": "30272a11034245a5a1730731b73b0ddd",
49+
"Name": "parameterName",
50+
"Description": "The name of the parameter to set.\n\nstring",
51+
"UsingDefaultValue": false,
52+
"Level": 2,
53+
"UseLevels": false,
54+
"KeepListStructure": false
55+
},
56+
{
57+
"Id": "d3b615cdf66641c98a4a24efddd6f8aa",
58+
"Name": "value",
59+
"Description": "The value.\n\nvar",
60+
"UsingDefaultValue": false,
61+
"Level": 2,
62+
"UseLevels": false,
63+
"KeepListStructure": false
64+
}
65+
],
66+
"Outputs": [
67+
{
68+
"Id": "14efc80bc7254342af5313105e3aa870",
69+
"Name": "Element",
70+
"Description": "Element",
71+
"UsingDefaultValue": false,
72+
"Level": 2,
73+
"UseLevels": false,
74+
"KeepListStructure": false
75+
}
76+
],
77+
"FunctionSignature": "Revit.Elements.Element.SetParameterByName@string,var",
78+
"Replication": "Auto",
79+
"Description": "Set one of the element's parameters.\n\nElement.SetParameterByName (parameterName: string, value: var): Element"
80+
},
81+
{
82+
"ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI",
83+
"NodeType": "ExtensionNode",
84+
"InstanceId": [
85+
"8986e5af-eaf2-4537-ad49-7023eaf26f6d-00007cc6"
86+
],
87+
"Id": "ed6bf0aa6dd2459597932bc58c9398bc",
88+
"Inputs": [],
89+
"Outputs": [
90+
{
91+
"Id": "f7f804c93f1245d8a89149448e5c6729",
92+
"Name": "Element",
93+
"Description": "The selected elements.",
94+
"UsingDefaultValue": false,
95+
"Level": 2,
96+
"UseLevels": false,
97+
"KeepListStructure": false
98+
}
99+
],
100+
"Replication": "Disabled",
101+
"Description": "Select a model element from the document."
102+
},
103+
{
104+
"ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels",
105+
"SerializedWidth": 0.0,
106+
"SerializedHeight": 0.0,
107+
"Id": "8934818a4a4348a785a800674118d41f",
108+
"NodeType": "StringInputNode",
109+
"Inputs": [],
110+
"Outputs": [
111+
{
112+
"Id": "0c1cc16247494816ac72d3bba7be16b5",
113+
"Name": "",
114+
"Description": "String",
115+
"UsingDefaultValue": false,
116+
"Level": 2,
117+
"UseLevels": false,
118+
"KeepListStructure": false
119+
}
120+
],
121+
"Replication": "Disabled",
122+
"Description": "Creates a string.",
123+
"InputValue": "Layout"
124+
}
125+
],
126+
"Connectors": [
127+
{
128+
"Start": "5b6b6c1be40149ffa2467bf6bdac0e40",
129+
"End": "d3b615cdf66641c98a4a24efddd6f8aa",
130+
"Id": "0459bba83711430f9a055aaf914ac665",
131+
"IsHidden": "False"
132+
},
133+
{
134+
"Start": "f7f804c93f1245d8a89149448e5c6729",
135+
"End": "57ab22505c7e48eeb59f161592483a36",
136+
"Id": "96a417113a0e4ae4869307b8a65e93f9",
137+
"IsHidden": "False"
138+
},
139+
{
140+
"Start": "0c1cc16247494816ac72d3bba7be16b5",
141+
"End": "30272a11034245a5a1730731b73b0ddd",
142+
"Id": "a292e20a003043e4a49917f03d1cd13d",
143+
"IsHidden": "False"
144+
}
145+
],
146+
"Dependencies": [],
147+
"NodeLibraryDependencies": [],
148+
"EnableLegacyPolyCurveBehavior": null,
149+
"Thumbnail": "",
150+
"GraphDocumentationURL": null,
151+
"ExtensionWorkspaceData": [
152+
{
153+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
154+
"Name": "Properties",
155+
"Version": "3.6",
156+
"Data": {}
157+
},
158+
{
159+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
160+
"Name": "Generative Design",
161+
"Version": "9.1",
162+
"Data": {}
163+
}
164+
],
165+
"Author": "",
166+
"Linting": {
167+
"activeLinter": "None",
168+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
169+
"warningCount": 0,
170+
"errorCount": 0
171+
},
172+
"Bindings": [],
173+
"View": {
174+
"Dynamo": {
175+
"ScaleFactor": 1.0,
176+
"HasRunWithoutCrash": true,
177+
"IsVisibleInDynamoLibrary": true,
178+
"Version": "3.6.2.11575",
179+
"RunType": "Automatic",
180+
"RunPeriod": "1000"
181+
},
182+
"Camera": {
183+
"Name": "_Background Preview",
184+
"EyeX": -14.316333770751953,
185+
"EyeY": 12.279585838317871,
186+
"EyeZ": 70.04424285888672,
187+
"LookX": 14.339940071105957,
188+
"LookY": -15.534934997558594,
189+
"LookZ": -69.30970764160156,
190+
"UpX": 0.04242589697241783,
191+
"UpY": 0.9540387392044067,
192+
"UpZ": -0.2050585001707077
193+
},
194+
"ConnectorPins": [],
195+
"NodeViews": [
196+
{
197+
"Id": "3c5de550ff1d42de9214e292803a4791",
198+
"Name": "Spacing Rule Layout",
199+
"IsSetAsInput": false,
200+
"IsSetAsOutput": false,
201+
"Excluded": false,
202+
"ShowGeometry": true,
203+
"X": 609.9153547690985,
204+
"Y": 745.2011181573885
205+
},
206+
{
207+
"Id": "8861112e63b146a0bd81c864b1d750c7",
208+
"Name": "Element.SetParameterByName",
209+
"IsSetAsInput": false,
210+
"IsSetAsOutput": false,
211+
"Excluded": false,
212+
"ShowGeometry": true,
213+
"X": 1075.7692149619133,
214+
"Y": 534.5272444504641
215+
},
216+
{
217+
"Id": "ed6bf0aa6dd2459597932bc58c9398bc",
218+
"Name": "Select Model Element",
219+
"IsSetAsInput": false,
220+
"IsSetAsOutput": false,
221+
"Excluded": false,
222+
"ShowGeometry": true,
223+
"X": 619.6251707105428,
224+
"Y": 365.97417929673003
225+
},
226+
{
227+
"Id": "8934818a4a4348a785a800674118d41f",
228+
"Name": "String",
229+
"IsSetAsInput": false,
230+
"IsSetAsOutput": false,
231+
"Excluded": false,
232+
"ShowGeometry": true,
233+
"X": 620.5961523046872,
234+
"Y": 583.776438779181
235+
}
236+
],
237+
"Annotations": [],
238+
"X": -461.1359892666144,
239+
"Y": -422.3738113481661,
240+
"Zoom": 1.5907768970610712
241+
}
242+
}
49.3 KB
Loading

0 commit comments

Comments
 (0)