Skip to content

Commit ac4ce94

Browse files
authored
Steve de witt node documentation batch4 (#3227)
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
1 parent 2b3b2e5 commit ac4ce94

File tree

45 files changed

+4799
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4799
-0
lines changed

doc/distrib/NodeHelpFiles/DSRevitNodesUI.PerformanceAdviserRules.dyn

Lines changed: 401 additions & 0 deletions
Large diffs are not rendered by default.
200 KB
Loading
Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
{
2+
"Uuid": "18628904-1da8-45b7-9e70-bbd859d3c814",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "Revit.Elements.FailureMessage.Description",
6+
"ElementResolver": {
7+
"ResolutionMap": {
8+
"Point": {
9+
"Key": "Autodesk.DesignScript.Geometry.Point",
10+
"Value": "ProtoGeometry.dll"
11+
},
12+
"Line": {
13+
"Key": "Autodesk.DesignScript.Geometry.Line",
14+
"Value": "ProtoGeometry.dll"
15+
},
16+
"Wall": {
17+
"Key": "Revit.Elements.Wall",
18+
"Value": "RevitNodes.dll"
19+
}
20+
}
21+
},
22+
"Inputs": [
23+
{
24+
"Id": "6e513934f89044e8998ac56363591f77",
25+
"Name": "Performance Adviser Rules",
26+
"Type": "selection",
27+
"Type2": "dropdownSelection",
28+
"Value": "View clipping is disabled",
29+
"Description": "All Performance Adviser rules.",
30+
"SelectedIndex": 14
31+
}
32+
],
33+
"Outputs": [],
34+
"Nodes": [
35+
{
36+
"ConcreteType": "DSRevitNodesUI.PerformanceAdviserRules, DSRevitNodesUI",
37+
"SelectedIndex": 14,
38+
"SelectedString": "View clipping is disabled",
39+
"Id": "6e513934f89044e8998ac56363591f77",
40+
"NodeType": "ExtensionNode",
41+
"Inputs": [],
42+
"Outputs": [
43+
{
44+
"Id": "369d5552281145fc95d770f389c4df5e",
45+
"Name": "Performance Adviser Rules",
46+
"Description": "The selected Performance Adviser Rules",
47+
"UsingDefaultValue": false,
48+
"Level": 2,
49+
"UseLevels": false,
50+
"KeepListStructure": false
51+
}
52+
],
53+
"Replication": "Disabled",
54+
"Description": "All Performance Adviser rules."
55+
},
56+
{
57+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
58+
"Id": "363b4913f0d145d8ad7b6c8b2bd14762",
59+
"NodeType": "FunctionNode",
60+
"Inputs": [
61+
{
62+
"Id": "b54cdd424b4a4a07aa0c8c3cc9493707",
63+
"Name": "rules",
64+
"Description": "PerformanceAdviserRule[]",
65+
"UsingDefaultValue": false,
66+
"Level": 2,
67+
"UseLevels": false,
68+
"KeepListStructure": false
69+
}
70+
],
71+
"Outputs": [
72+
{
73+
"Id": "d2b22541b3ce427b833926bb882a1ed0",
74+
"Name": "FailureMessage[]",
75+
"Description": "FailureMessage[]",
76+
"UsingDefaultValue": false,
77+
"Level": 2,
78+
"UseLevels": false,
79+
"KeepListStructure": false
80+
}
81+
],
82+
"FunctionSignature": "Revit.Elements.PerformanceAdviserRule.Execute@Revit.Elements.PerformanceAdviserRule[]",
83+
"Replication": "Auto",
84+
"Description": "Execute Rules\n\nPerformanceAdviserRule.Execute (rules: PerformanceAdviserRule[]): FailureMessage[]"
85+
},
86+
{
87+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
88+
"Id": "fbb3b035359b48819910b774b67eb4b9",
89+
"NodeType": "FunctionNode",
90+
"Inputs": [
91+
{
92+
"Id": "7bb512e6d71a4f8fb1088089e835f54d",
93+
"Name": "failureMessage",
94+
"Description": "Revit.Elements.FailureMessage",
95+
"UsingDefaultValue": false,
96+
"Level": 2,
97+
"UseLevels": false,
98+
"KeepListStructure": false
99+
}
100+
],
101+
"Outputs": [
102+
{
103+
"Id": "68e53997a2e449efa63d84fd9282d4ef",
104+
"Name": "string",
105+
"Description": "string",
106+
"UsingDefaultValue": false,
107+
"Level": 2,
108+
"UseLevels": false,
109+
"KeepListStructure": false
110+
}
111+
],
112+
"FunctionSignature": "Revit.Elements.FailureMessage.Description",
113+
"Replication": "Auto",
114+
"Description": "The description of the message.\n\nFailureMessage.Description: string"
115+
}
116+
],
117+
"Connectors": [
118+
{
119+
"Start": "369d5552281145fc95d770f389c4df5e",
120+
"End": "b54cdd424b4a4a07aa0c8c3cc9493707",
121+
"Id": "51a18001bfcd4a8eb2f1963cab16adfa",
122+
"IsHidden": "False"
123+
},
124+
{
125+
"Start": "d2b22541b3ce427b833926bb882a1ed0",
126+
"End": "7bb512e6d71a4f8fb1088089e835f54d",
127+
"Id": "ece0591d21544f68949a3a936cc14850",
128+
"IsHidden": "False"
129+
}
130+
],
131+
"Dependencies": [],
132+
"NodeLibraryDependencies": [],
133+
"EnableLegacyPolyCurveBehavior": true,
134+
"Thumbnail": "",
135+
"GraphDocumentationURL": null,
136+
"ExtensionWorkspaceData": [
137+
{
138+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
139+
"Name": "Properties",
140+
"Version": "3.5",
141+
"Data": {}
142+
},
143+
{
144+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
145+
"Name": "Generative Design",
146+
"Version": "9.1",
147+
"Data": {}
148+
}
149+
],
150+
"Author": "None provided",
151+
"Linting": {
152+
"activeLinter": "None",
153+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
154+
"warningCount": 0,
155+
"errorCount": 0
156+
},
157+
"Bindings": [],
158+
"View": {
159+
"Dynamo": {
160+
"ScaleFactor": 1.0,
161+
"HasRunWithoutCrash": true,
162+
"IsVisibleInDynamoLibrary": true,
163+
"Version": "3.4.1.7055",
164+
"RunType": "Manual",
165+
"RunPeriod": "1000"
166+
},
167+
"Camera": {
168+
"Name": "_Background Preview",
169+
"EyeX": -17.0,
170+
"EyeY": 24.0,
171+
"EyeZ": 50.0,
172+
"LookX": 12.0,
173+
"LookY": -13.0,
174+
"LookZ": -58.0,
175+
"UpX": 0.0,
176+
"UpY": 1.0,
177+
"UpZ": 0.0
178+
},
179+
"ConnectorPins": [],
180+
"NodeViews": [
181+
{
182+
"Id": "6e513934f89044e8998ac56363591f77",
183+
"Name": "Performance Adviser Rules",
184+
"IsSetAsInput": true,
185+
"IsSetAsOutput": false,
186+
"Excluded": false,
187+
"ShowGeometry": true,
188+
"X": -226.234013281396,
189+
"Y": 37.3967001984974
190+
},
191+
{
192+
"Id": "363b4913f0d145d8ad7b6c8b2bd14762",
193+
"Name": "PerformanceAdviserRule.Execute",
194+
"IsSetAsInput": false,
195+
"IsSetAsOutput": false,
196+
"Excluded": false,
197+
"ShowGeometry": true,
198+
"X": 260.2248008935875,
199+
"Y": 39.38255387470599
200+
},
201+
{
202+
"Id": "fbb3b035359b48819910b774b67eb4b9",
203+
"Name": "FailureMessage.Description",
204+
"IsSetAsInput": false,
205+
"IsSetAsOutput": false,
206+
"Excluded": false,
207+
"ShowGeometry": true,
208+
"X": 680.2955013160816,
209+
"Y": 38.21595737774777
210+
}
211+
],
212+
"Annotations": [],
213+
"X": 609.7514125761592,
214+
"Y": 390.88653350427626,
215+
"Zoom": 1.3914011381779454
216+
}
217+
}
87 KB
Loading

0 commit comments

Comments
 (0)