Skip to content

Commit 21c28b1

Browse files
authored
Node documentation for Analytical node 21 nodes submitted (#3246)
AnalyticalAutomation.AnalyticalAutomation.Utilities.UnitsUtilities.GetCurrentProjectLengthUnit AnalyticalAutomation.AnalyticalAutomation.Utilities.UnitsUtilities.ConvertToCurrentProjectLengthUnit AnalyticalAutomation.AnalyticalAutomation.RevitElements.Element.HasActualLocation AnalyticalAutomation.AnalyticalAutomation.RevitElements.Element.IsValidForAnalyticalMember AnalyticalAutomation.AnalyticalAutomation.RevitElements.Element.IsValidForAnalyticalPanel AnalyticalAutomation.AnalyticalAutomation.Geometry.Surface.IsValidForAnalyticalOpening AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.Surface AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.StructuralRole AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.SetStructuralRole AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.ByElement AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.AddOpeningsBySurfaces AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.RemoveOpenings AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalPanel.Openings AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalElement.ConvertFromElement AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalElement.AssociateElement AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalMember.Curve AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalMember.StructuralRole AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalMember.SetStructuralRole AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalMember.ByCurve AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalMember.ByElement AnalyticalAutomation.AnalyticalAutomation.AnalyticalElements.AnalyticalOpening.Surface 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 13bd552 commit 21c28b1

File tree

63 files changed

+9137
-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.

63 files changed

+9137
-0
lines changed

doc/distrib/NodeHelpFiles/AnalyticalAutomation.AnalyticalElements.AnalyticalElement.AssociateElement.dyn

Lines changed: 928 additions & 0 deletions
Large diffs are not rendered by default.
218 KB
Loading
Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
{
2+
"Uuid": "cb0f7e35-bb98-4c4e-9f3e-80b6efb14dfe",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "AnalyticalAutomation.AnalyticalElements.AnalyticalElement.ConvertFromElement",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "Dynamo.Nodes.DSModelElementSelection, DSRevitNodesUI",
14+
"NodeType": "ExtensionNode",
15+
"InstanceId": [
16+
"b028f1d2-be2a-4ae3-a727-1f043ba5a58b-000bbf41"
17+
],
18+
"Id": "099055f7ce024fe8bc4c56ecaa88336b",
19+
"Inputs": [],
20+
"Outputs": [
21+
{
22+
"Id": "7691410aa6874a41bebf2f29a964ecb4",
23+
"Name": "Element",
24+
"Description": "The selected elements.",
25+
"UsingDefaultValue": false,
26+
"Level": 2,
27+
"UseLevels": false,
28+
"KeepListStructure": false
29+
}
30+
],
31+
"Replication": "Disabled",
32+
"Description": "Select a model element from the document."
33+
},
34+
{
35+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
36+
"Id": "9e44a7940a2843efbf5da039f19b193f",
37+
"NodeType": "FunctionNode",
38+
"Inputs": [
39+
{
40+
"Id": "5db9771a62ae453ca1e2b2957804726b",
41+
"Name": "element",
42+
"Description": "Element",
43+
"UsingDefaultValue": false,
44+
"Level": 2,
45+
"UseLevels": false,
46+
"KeepListStructure": false
47+
}
48+
],
49+
"Outputs": [
50+
{
51+
"Id": "ba6d96e9958d4f32b68837aae134ae6b",
52+
"Name": "AnalyticalElement",
53+
"Description": "AnalyticalElement",
54+
"UsingDefaultValue": false,
55+
"Level": 2,
56+
"UseLevels": false,
57+
"KeepListStructure": false
58+
}
59+
],
60+
"FunctionSignature": "AnalyticalAutomation.AnalyticalElements.AnalyticalElement.ConvertFromElement@Revit.Elements.Element",
61+
"Replication": "Auto",
62+
"Description": "Converts an existing Revit Element into an AnalyticalElement.\n\nAnalyticalElement.ConvertFromElement (element: Element): AnalyticalElement"
63+
},
64+
{
65+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
66+
"Id": "2f9106edf2ab478ca83d13ec7bc53ce4",
67+
"NodeType": "FunctionNode",
68+
"Inputs": [
69+
{
70+
"Id": "40fe058748f34777bb125cbe0d00bba6",
71+
"Name": "element",
72+
"Description": "Instance of a StructuralFraming or a StructuralColumn.\n\nElement",
73+
"UsingDefaultValue": false,
74+
"Level": 2,
75+
"UseLevels": false,
76+
"KeepListStructure": false
77+
},
78+
{
79+
"Id": "b6eee5beaea240f7837af25d9f886e66",
80+
"Name": "updateGeometry",
81+
"Description": "Specifies if the AnalyticalMember should inherit geometry and geometrical parameters of the creating element.\n\nbool\nDefault value : true",
82+
"UsingDefaultValue": true,
83+
"Level": 2,
84+
"UseLevels": false,
85+
"KeepListStructure": false
86+
},
87+
{
88+
"Id": "0fc69aa6ab2846b18875491949922db7",
89+
"Name": "updateParameters",
90+
"Description": "Specifies if the AnalyticalMember should inherit parameters' values of the creating element.\n\nbool\nDefault value : true",
91+
"UsingDefaultValue": true,
92+
"Level": 2,
93+
"UseLevels": false,
94+
"KeepListStructure": false
95+
},
96+
{
97+
"Id": "e98fb0bab7af4c42a94670f6e322cb19",
98+
"Name": "addAssociation",
99+
"Description": "Specifies if the AnalyticalMember should be associated with the creating element. true: add the association; false: break the association (if exists); null: do nothing - the previous association remains.\n\nbool\nDefault value : true",
100+
"UsingDefaultValue": true,
101+
"Level": 2,
102+
"UseLevels": false,
103+
"KeepListStructure": false
104+
}
105+
],
106+
"Outputs": [
107+
{
108+
"Id": "48b2cce571b84b74b70c49ca974a557a",
109+
"Name": "AnalyticalMember",
110+
"Description": "AnalyticalMember",
111+
"UsingDefaultValue": false,
112+
"Level": 2,
113+
"UseLevels": false,
114+
"KeepListStructure": false
115+
}
116+
],
117+
"FunctionSignature": "AnalyticalAutomation.AnalyticalElements.AnalyticalMember.ByElement@Revit.Elements.Element,bool,bool,bool",
118+
"Replication": "Auto",
119+
"Description": "Creates an AnalyticalMember based on a physical element: StructuralFraming or StructuralColumn. The AnalyticalMember may derive properties of the creating element and may be associated with it. [check this node Help to see examples and restrictions]\n\nAnalyticalMember.ByElement (element: Element, updateGeometry: bool = true, updateParameters: bool = true, addAssociation: bool = true): AnalyticalMember"
120+
}
121+
],
122+
"Connectors": [
123+
{
124+
"Start": "7691410aa6874a41bebf2f29a964ecb4",
125+
"End": "40fe058748f34777bb125cbe0d00bba6",
126+
"Id": "f52596a9b1984052a9c4d999071dba2e",
127+
"IsHidden": "False"
128+
},
129+
{
130+
"Start": "48b2cce571b84b74b70c49ca974a557a",
131+
"End": "5db9771a62ae453ca1e2b2957804726b",
132+
"Id": "6b7d1c14f15248e3972b9eade766e32e",
133+
"IsHidden": "False"
134+
}
135+
],
136+
"Dependencies": [],
137+
"NodeLibraryDependencies": [],
138+
"EnableLegacyPolyCurveBehavior": true,
139+
"Thumbnail": "",
140+
"GraphDocumentationURL": null,
141+
"ExtensionWorkspaceData": [
142+
{
143+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
144+
"Name": "Properties",
145+
"Version": "3.6",
146+
"Data": {}
147+
},
148+
{
149+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
150+
"Name": "Generative Design",
151+
"Version": "9.1",
152+
"Data": {}
153+
}
154+
],
155+
"Author": "",
156+
"Linting": {
157+
"activeLinter": "None",
158+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
159+
"warningCount": 0,
160+
"errorCount": 0
161+
},
162+
"Bindings": [],
163+
"View": {
164+
"Dynamo": {
165+
"ScaleFactor": 1.0,
166+
"HasRunWithoutCrash": true,
167+
"IsVisibleInDynamoLibrary": true,
168+
"Version": "3.6.0.9395",
169+
"RunType": "Automatic",
170+
"RunPeriod": "1000"
171+
},
172+
"Camera": {
173+
"Name": "_Background Preview",
174+
"EyeX": -17.0,
175+
"EyeY": 24.0,
176+
"EyeZ": 50.0,
177+
"LookX": 12.0,
178+
"LookY": -13.0,
179+
"LookZ": -58.0,
180+
"UpX": 0.0,
181+
"UpY": 1.0,
182+
"UpZ": 0.0
183+
},
184+
"ConnectorPins": [],
185+
"NodeViews": [
186+
{
187+
"Id": "099055f7ce024fe8bc4c56ecaa88336b",
188+
"Name": "Select Model Element",
189+
"IsSetAsInput": false,
190+
"IsSetAsOutput": false,
191+
"Excluded": false,
192+
"ShowGeometry": true,
193+
"X": 642.3019446474977,
194+
"Y": 545.5445762308545
195+
},
196+
{
197+
"Id": "9e44a7940a2843efbf5da039f19b193f",
198+
"Name": "AnalyticalElement.ConvertFromElement",
199+
"IsSetAsInput": false,
200+
"IsSetAsOutput": false,
201+
"Excluded": false,
202+
"ShowGeometry": true,
203+
"X": 1286.9151169436516,
204+
"Y": 545.5445762308545
205+
},
206+
{
207+
"Id": "2f9106edf2ab478ca83d13ec7bc53ce4",
208+
"Name": "AnalyticalMember.ByElement",
209+
"IsSetAsInput": false,
210+
"IsSetAsOutput": false,
211+
"Excluded": false,
212+
"ShowGeometry": true,
213+
"X": 912.6085307955747,
214+
"Y": 545.5445762308545
215+
}
216+
],
217+
"Annotations": [],
218+
"X": -814.433194608651,
219+
"Y": -441.7113496363437,
220+
"Zoom": 1.314698175282787
221+
}
222+
}
53.7 KB
Loading

0 commit comments

Comments
 (0)