Skip to content

Commit c08f2eb

Browse files
stevecbcjohnpiersonclaude
authored
NodesHelpDocumentation 12 Nodes (#3399)
Revit.Elements.Subelement.Category Revit.Elements.Subelement.Element Revit.Elements.Subelement.GetAllParameters Revit.Elements.Subelement.GetParameterValue Revit.Elements.Tag.LeaderElbow Revit.Elements.Views.AxonometricView.ByEyePointTargetAndBoundingBox Revit.Elements.Views.PerspectiveView.ByEyePointAndTarget Revit.Elements.Views.PerspectiveView.ByEyePointTargetAndBoundingBox Revit.Elements.Views.PerspectiveView.ByEyePointTargetAndElement Revit.Filter.FilterRule.ByRuleType Revit.GeometryReferences.ElementCurveReference.ByCurve Revit.GeometryReferences.ElementFaceReference.BySurface 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 9486c03 commit c08f2eb

36 files changed

Lines changed: 6581 additions & 0 deletions

File tree

Lines changed: 375 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,375 @@
1+
{
2+
"Uuid": "57a1c005-b3c9-4b9f-b3af-b85b7a34c818",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "Revit.Elements.Subelement.Category",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
14+
"Id": "2564e087b5ce4249861b572f9846c966",
15+
"NodeType": "FunctionNode",
16+
"Inputs": [
17+
{
18+
"Id": "c30f739376374873a6d2030dc294fd0a",
19+
"Name": "subelement",
20+
"Description": "Revit.Elements.Subelement",
21+
"UsingDefaultValue": false,
22+
"Level": 2,
23+
"UseLevels": false,
24+
"KeepListStructure": false
25+
}
26+
],
27+
"Outputs": [
28+
{
29+
"Id": "8d74c3af3da54f79a7d159b8ddb91628",
30+
"Name": "Element",
31+
"Description": "Element",
32+
"UsingDefaultValue": false,
33+
"Level": 2,
34+
"UseLevels": false,
35+
"KeepListStructure": false
36+
}
37+
],
38+
"FunctionSignature": "Revit.Elements.Subelement.Element",
39+
"Replication": "Auto",
40+
"Description": "The element in which the subelement resides.\n\nSubelement.Element: Element"
41+
},
42+
{
43+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
44+
"Id": "9824fa3dad484dbaab8e9fc48b3a4a69",
45+
"NodeType": "FunctionNode",
46+
"Inputs": [
47+
{
48+
"Id": "eff5092bda3c4052b97ced3e63cd9e8e",
49+
"Name": "subelement",
50+
"Description": "Revit.Elements.Subelement",
51+
"UsingDefaultValue": false,
52+
"Level": 2,
53+
"UseLevels": false,
54+
"KeepListStructure": false
55+
}
56+
],
57+
"Outputs": [
58+
{
59+
"Id": "0326261ee4af45c58527583e7d61f8d1",
60+
"Name": "Category",
61+
"Description": "Category",
62+
"UsingDefaultValue": false,
63+
"Level": 2,
64+
"UseLevels": false,
65+
"KeepListStructure": false
66+
}
67+
],
68+
"FunctionSignature": "Revit.Elements.Subelement.Category",
69+
"Replication": "Auto",
70+
"Description": "The category of the subelement.\n\nSubelement.Category: Category"
71+
},
72+
{
73+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
74+
"Id": "efb3f8e3aded44a198d716261cb38d18",
75+
"NodeType": "FunctionNode",
76+
"Inputs": [
77+
{
78+
"Id": "0f364a3839334e1aa34dd8f76afd2eb8",
79+
"Name": "list",
80+
"Description": "List containing nulls and empty sublists to clean\n\nvar[]..[]",
81+
"UsingDefaultValue": false,
82+
"Level": 2,
83+
"UseLevels": false,
84+
"KeepListStructure": false
85+
},
86+
{
87+
"Id": "81f088777156465ca502f18975a08fe3",
88+
"Name": "preserveIndices",
89+
"Description": "Provide an option to preserve the indices of the data\n\nbool\nDefault value : true",
90+
"UsingDefaultValue": true,
91+
"Level": 2,
92+
"UseLevels": false,
93+
"KeepListStructure": false
94+
}
95+
],
96+
"Outputs": [
97+
{
98+
"Id": "8fa26573c65446a7ba3a1db7b5aa4846",
99+
"Name": "list",
100+
"Description": "List of transposed lists",
101+
"UsingDefaultValue": false,
102+
"Level": 2,
103+
"UseLevels": false,
104+
"KeepListStructure": false
105+
}
106+
],
107+
"FunctionSignature": "DSCore.List.Clean@var[]..[],bool",
108+
"Replication": "Auto",
109+
"Description": "Cleans data of nulls and empty lists from a given list of arbitrary dimension\n\nList.Clean (list: var[]..[], preserveIndices: bool = true): var[]..[]"
110+
},
111+
{
112+
"ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
113+
"Id": "c86f1a54e6c34cd9b9271a65e1b0497c",
114+
"NodeType": "BooleanInputNode",
115+
"Inputs": [],
116+
"Outputs": [
117+
{
118+
"Id": "76fa515d5c9542dfbe29c2a15c7c6adb",
119+
"Name": "",
120+
"Description": "Boolean",
121+
"UsingDefaultValue": false,
122+
"Level": 2,
123+
"UseLevels": false,
124+
"KeepListStructure": false
125+
}
126+
],
127+
"Replication": "Disabled",
128+
"Description": "Enables selection between True and False",
129+
"InputValue": false
130+
},
131+
{
132+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
133+
"Id": "393d3c913f3e4b6fbfdb5ec43120daac",
134+
"NodeType": "FunctionNode",
135+
"Inputs": [
136+
{
137+
"Id": "50357ea7dce14afc9f6e30d9389857f3",
138+
"Name": "element",
139+
"Description": "Revit.Elements.Element",
140+
"UsingDefaultValue": false,
141+
"Level": 2,
142+
"UseLevels": false,
143+
"KeepListStructure": false
144+
}
145+
],
146+
"Outputs": [
147+
{
148+
"Id": "4849711b58ad4c4b963ff05dd59c7074",
149+
"Name": "Subelement[]",
150+
"Description": "Subelement[]",
151+
"UsingDefaultValue": false,
152+
"Level": 2,
153+
"UseLevels": false,
154+
"KeepListStructure": false
155+
}
156+
],
157+
"FunctionSignature": "Revit.Elements.Element.Subelements",
158+
"Replication": "Auto",
159+
"Description": "Obtain all of the Subelements from an Element.\n\nElement.Subelements: Subelement[]"
160+
},
161+
{
162+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
163+
"Id": "10857f516dc04f67acc56d2994510110",
164+
"NodeType": "FunctionNode",
165+
"Inputs": [
166+
{
167+
"Id": "0a1b589401084ab0877f1e483af3642c",
168+
"Name": "element",
169+
"Description": "Revit.Elements.Element",
170+
"UsingDefaultValue": false,
171+
"Level": 2,
172+
"UseLevels": false,
173+
"KeepListStructure": false
174+
}
175+
],
176+
"Outputs": [
177+
{
178+
"Id": "11682f9ad77a48628b401150d8ec82e1",
179+
"Name": "string",
180+
"Description": "string",
181+
"UsingDefaultValue": false,
182+
"Level": 2,
183+
"UseLevels": false,
184+
"KeepListStructure": false
185+
}
186+
],
187+
"FunctionSignature": "Revit.Elements.Element.Name",
188+
"Replication": "Auto",
189+
"Description": "Get the Name of the Element\n\nElement.Name: string"
190+
},
191+
{
192+
"ConcreteType": "DSRevitNodesUI.ElementsInView, DSRevitNodesUI",
193+
"Id": "37fbecb1b0994f179a6bbdfb95024047",
194+
"NodeType": "ExtensionNode",
195+
"Inputs": [],
196+
"Outputs": [
197+
{
198+
"Id": "2bc32e1a5fcd4b28874c71729e28bf4b",
199+
"Name": "elements",
200+
"Description": "All visible elements in the active view.",
201+
"UsingDefaultValue": false,
202+
"Level": 2,
203+
"UseLevels": false,
204+
"KeepListStructure": false
205+
}
206+
],
207+
"Replication": "Disabled",
208+
"Description": "Get all the elements which are visible in the active view."
209+
}
210+
],
211+
"Connectors": [
212+
{
213+
"Start": "8d74c3af3da54f79a7d159b8ddb91628",
214+
"End": "0a1b589401084ab0877f1e483af3642c",
215+
"Id": "4368dec9ad6c4b93a74229feb13d44e0",
216+
"IsHidden": "False"
217+
},
218+
{
219+
"Start": "8fa26573c65446a7ba3a1db7b5aa4846",
220+
"End": "c30f739376374873a6d2030dc294fd0a",
221+
"Id": "261c691b8f4c4f26a03c21b09906a132",
222+
"IsHidden": "False"
223+
},
224+
{
225+
"Start": "8fa26573c65446a7ba3a1db7b5aa4846",
226+
"End": "eff5092bda3c4052b97ced3e63cd9e8e",
227+
"Id": "e79c54a0a4d145478437643e1081cc00",
228+
"IsHidden": "False"
229+
},
230+
{
231+
"Start": "76fa515d5c9542dfbe29c2a15c7c6adb",
232+
"End": "81f088777156465ca502f18975a08fe3",
233+
"Id": "4c26e9b433694f778d90a5caf305d2ed",
234+
"IsHidden": "False"
235+
},
236+
{
237+
"Start": "4849711b58ad4c4b963ff05dd59c7074",
238+
"End": "0f364a3839334e1aa34dd8f76afd2eb8",
239+
"Id": "eca957f035c94ef1a0a1e559706b27e8",
240+
"IsHidden": "False"
241+
},
242+
{
243+
"Start": "2bc32e1a5fcd4b28874c71729e28bf4b",
244+
"End": "50357ea7dce14afc9f6e30d9389857f3",
245+
"Id": "0536bf9d76ee454fad5be0cad5214e4d",
246+
"IsHidden": "False"
247+
}
248+
],
249+
"Dependencies": [],
250+
"NodeLibraryDependencies": [],
251+
"EnableLegacyPolyCurveBehavior": true,
252+
"Thumbnail": "",
253+
"GraphDocumentationURL": null,
254+
"ExtensionWorkspaceData": [
255+
{
256+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
257+
"Name": "Properties",
258+
"Version": "3.4",
259+
"Data": {}
260+
},
261+
{
262+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
263+
"Name": "Generative Design",
264+
"Version": "9.0",
265+
"Data": {}
266+
}
267+
],
268+
"Author": "",
269+
"Linting": {
270+
"activeLinter": "None",
271+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
272+
"warningCount": 0,
273+
"errorCount": 0
274+
},
275+
"Bindings": [],
276+
"View": {
277+
"Dynamo": {
278+
"ScaleFactor": 1.0,
279+
"HasRunWithoutCrash": true,
280+
"IsVisibleInDynamoLibrary": true,
281+
"Version": "3.6.2.11575",
282+
"RunType": "Automatic",
283+
"RunPeriod": "1000"
284+
},
285+
"Camera": {
286+
"Name": "_Background Preview",
287+
"EyeX": -17.0,
288+
"EyeY": 24.0,
289+
"EyeZ": 50.0,
290+
"LookX": 12.0,
291+
"LookY": -13.0,
292+
"LookZ": -58.0,
293+
"UpX": 0.0,
294+
"UpY": 1.0,
295+
"UpZ": 0.0
296+
},
297+
"ConnectorPins": [],
298+
"NodeViews": [
299+
{
300+
"Id": "2564e087b5ce4249861b572f9846c966",
301+
"Name": "Subelement.Element",
302+
"IsSetAsInput": false,
303+
"IsSetAsOutput": false,
304+
"Excluded": false,
305+
"ShowGeometry": true,
306+
"X": 2181.533787723186,
307+
"Y": 1166.337087961952
308+
},
309+
{
310+
"Id": "9824fa3dad484dbaab8e9fc48b3a4a69",
311+
"Name": "Subelement.Category",
312+
"IsSetAsInput": false,
313+
"IsSetAsOutput": false,
314+
"Excluded": false,
315+
"ShowGeometry": true,
316+
"X": 2170.3303044940017,
317+
"Y": 735.4056262719189
318+
},
319+
{
320+
"Id": "efb3f8e3aded44a198d716261cb38d18",
321+
"Name": "List.Clean",
322+
"IsSetAsInput": false,
323+
"IsSetAsOutput": false,
324+
"Excluded": false,
325+
"ShowGeometry": true,
326+
"X": 1777.2922142277168,
327+
"Y": 927.2195591886568
328+
},
329+
{
330+
"Id": "c86f1a54e6c34cd9b9271a65e1b0497c",
331+
"Name": "Boolean",
332+
"IsSetAsInput": false,
333+
"IsSetAsOutput": false,
334+
"Excluded": false,
335+
"ShowGeometry": true,
336+
"X": 1458.6371583249986,
337+
"Y": 1208.6787740847938
338+
},
339+
{
340+
"Id": "393d3c913f3e4b6fbfdb5ec43120daac",
341+
"Name": "Element.Subelements",
342+
"IsSetAsInput": false,
343+
"IsSetAsOutput": false,
344+
"Excluded": false,
345+
"ShowGeometry": true,
346+
"X": 1436.2301918666294,
347+
"Y": 770.6330415959056
348+
},
349+
{
350+
"Id": "10857f516dc04f67acc56d2994510110",
351+
"Name": "Element.Name",
352+
"IsSetAsInput": false,
353+
"IsSetAsOutput": false,
354+
"Excluded": false,
355+
"ShowGeometry": true,
356+
"X": 2517.638284598722,
357+
"Y": 1163.737538471441
358+
},
359+
{
360+
"Id": "37fbecb1b0994f179a6bbdfb95024047",
361+
"Name": "All Elements In Active View",
362+
"IsSetAsInput": false,
363+
"IsSetAsOutput": false,
364+
"Excluded": false,
365+
"ShowGeometry": true,
366+
"X": 1044.2922142277168,
367+
"Y": 898.719559188657
368+
}
369+
],
370+
"Annotations": [],
371+
"X": -1274.597466572682,
372+
"Y": -810.5569608613638,
373+
"Zoom": 1.2484436539722303
374+
}
375+
}
194 KB
Loading

0 commit comments

Comments
 (0)