Skip to content

Commit a516240

Browse files
johnpiersonPrlxAaronMallerl-schmidt
authored
Set13| Add Node Documentation for...(Documentation Added: 60 nodes) (#3126)
* Revit.Elements.Views.View.SetCropBoxActive * Revit.Elements.Views.FloorPlanView.ByLevel * Revit.Elements.Views.CeilingPlanView.ByLevel * Revit.Elements.Room.IsInsideRoom * Revit.Elements.Material.MaterialCategory * Revit.Elements.Material.AppearanceParameters * Revit.Elements.Material.ThermalParameters * Revit.Elements.Material.StructuralParameters * Revit.Elements.DirectShape.ByGeometry * Revit.Elements.Toposolid.ByOutlinePointsTypeAndLevel * Toposolid.ByOutlinePointsTypeAndLevel(outline, points, toposolidType, level) * Revit.Elements.Floor.Points * Revit.Elements.Wall.ByFace * Revit.Elements.Toposolid.Points * Update Revit.Elements.Toposolid.Points.md * Revit.Elements.LinkInstance.ByName * Revit.Elements.LinkInstance.AllElementsOfClass * Revit.Elements.LinkInstance.ElementById * Revit.Elements.LinkElement.BoundingBox * Revit.Application.Document.IsCloudPath * Revit.Application.Document.WorksharingPath * Revit.Elements.TextNoteType.Default * DSRevitNodesUI.HorizontalAlignment * DSRevitNodesUI.VerticalAlignment * Revit.Elements.Tag.ByElement * Revit.Elements.Tag.SetLeaderEndCondition * Revit.Elements.Tag.GetLeaderEndCondition * Revit.Elements.FilledRegionType.ByName * Revit.Elements.FilledRegionType.Name * Revit.Elements.FillPatternElement.GetByName * DSRevitNodesUI.FillPatternTargets * DSRevitNodesUI.FillPatterns * Revit.Elements.LinePatternElement.GetByName * DSRevitNodesUI.LinePatterns * Revit.Elements.TextNote.SetKeepRotatedTextReadable * Update Revit.Elements.TextNote.SetKeepRotatedTextReadable.md * Revit.Elements.TextNote.SetHorizontalAlignment * Revit.Elements.Views.View.SetCategoryOverrides * Revit.Filter.OverrideGraphicSettings.ByProperties * Revit.Elements.PathOfTravel.ByFloorPlanPoints * Revit.Elements.ReferencePoint.ByCoordinates * Revit.Elements.ReferencePoint.ByPoint * Revit.Elements.ReferencePoint.ByParametersOnFaceReference * Revit.Elements.ReferencePoint.X * Revit.Elements.ReferencePoint.Y * Revit.Elements.ReferencePoint.Z * Revit.Elements.ReferencePoint.Point * Revit.Elements.ReferencePoint.XYPlane * Revit.Elements.ReferencePoint.YZPlane * Revit.Elements.ReferencePoint.XZPlane * D:\repos_john\DynamoRevit\doc\distrib\NodeHelpFiles\_review * Revit.Elements.RoofType.GetThermalProperties * Revit.Elements.RoofType.ByName * Revit.Elements.CeilingType.Name * Update Revit.Elements.RoofType.Name.md * Revit.Elements.CeilingType.ByName * Revit.Elements.CeilingType.GetThermalProperties * Revit.Transaction.Transaction.End * Revit.Elements.FamilyInstance.ByCoordinates * Revit.Elements.FamilyInstance.ByFamilyType * Revit.Elements.Coordinates.BasePoint * Revit.Elements.Coordinates.SurveyPoint * Revit.Elements.Coordinates.ProjectRotation Co-Authored-By: PrlxAaronMaller <37912907+prlxaaronmaller@users.noreply.github.com> Co-Authored-By: l-schmidt <15087501+l-schmidt@users.noreply.github.com> * Fixes per @emru-y comments I believe this captures all of the changes you requested! * move from _review --------- Co-authored-by: PrlxAaronMaller <37912907+prlxaaronmaller@users.noreply.github.com> Co-authored-by: l-schmidt <15087501+l-schmidt@users.noreply.github.com>
1 parent b584fbc commit a516240

File tree

180 files changed

+20059
-350
lines changed

Some content is hidden

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

180 files changed

+20059
-350
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
{
2+
"Uuid": "62489567-448a-43df-9a13-e8bb42f57523",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "DSRevitNodesUI.FillPatternTargets",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
14+
"Id": "52d8e99efd804cc2b610193be61b768f",
15+
"NodeType": "FunctionNode",
16+
"Inputs": [
17+
{
18+
"Id": "7885fb92e0a340eea6c5e03d0ed72198",
19+
"Name": "name",
20+
"Description": "Name of the Fill Pattern.\n\nstring",
21+
"UsingDefaultValue": false,
22+
"Level": 2,
23+
"UseLevels": false,
24+
"KeepListStructure": false
25+
},
26+
{
27+
"Id": "fd65807e4ba04f20b7411f714635be7d",
28+
"Name": "fillPatternTarget",
29+
"Description": "Target Fill pattern. Fill Patterns can be either \"Drafting\" or \"Modeling\". Default is \"Drafting\".\n\nstring\nDefault value : \"Drafting\"",
30+
"UsingDefaultValue": true,
31+
"Level": 2,
32+
"UseLevels": false,
33+
"KeepListStructure": false
34+
}
35+
],
36+
"Outputs": [
37+
{
38+
"Id": "1c5cbc7cdf3548429d640d41603e2547",
39+
"Name": "FillPattern",
40+
"Description": "Filled Pattern Element.",
41+
"UsingDefaultValue": false,
42+
"Level": 2,
43+
"UseLevels": false,
44+
"KeepListStructure": false
45+
}
46+
],
47+
"FunctionSignature": "Revit.Elements.FillPatternElement.GetByName@string,string",
48+
"Replication": "Auto",
49+
"Description": "Fill Pattern Element by Name and Target Type.\n\nFillPatternElement.GetByName (name: string, fillPatternTarget: string = \"Drafting\"): FillPatternElement"
50+
},
51+
{
52+
"ConcreteType": "DSRevitNodesUI.FillPatternTargets, DSRevitNodesUI",
53+
"SelectedIndex": 0,
54+
"SelectedString": "Drafting",
55+
"Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b",
56+
"NodeType": "ExtensionNode",
57+
"Inputs": [],
58+
"Outputs": [
59+
{
60+
"Id": "9ff495b0572c4e7787da944b9146f9c0",
61+
"Name": "FillPatternTarget",
62+
"Description": "The selected FillPatternTarget",
63+
"UsingDefaultValue": false,
64+
"Level": 2,
65+
"UseLevels": false,
66+
"KeepListStructure": false
67+
}
68+
],
69+
"Replication": "Disabled",
70+
"Description": "The type of the fill pattern."
71+
},
72+
{
73+
"ConcreteType": "CoreNodeModels.Input.StringInput, CoreNodeModels",
74+
"Id": "d8a5e7dcb49c4252a0f6d1ac18a23728",
75+
"NodeType": "StringInputNode",
76+
"Inputs": [],
77+
"Outputs": [
78+
{
79+
"Id": "45ce40c3b0124e0eb08ead041ca27beb",
80+
"Name": "",
81+
"Description": "String",
82+
"UsingDefaultValue": false,
83+
"Level": 2,
84+
"UseLevels": false,
85+
"KeepListStructure": false
86+
}
87+
],
88+
"Replication": "Disabled",
89+
"Description": "Creates a string",
90+
"InputValue": "<Solid Fill>"
91+
}
92+
],
93+
"Connectors": [
94+
{
95+
"Start": "9ff495b0572c4e7787da944b9146f9c0",
96+
"End": "fd65807e4ba04f20b7411f714635be7d",
97+
"Id": "73edc40acef24c2ca47b6905c748f729",
98+
"IsHidden": "False"
99+
},
100+
{
101+
"Start": "45ce40c3b0124e0eb08ead041ca27beb",
102+
"End": "7885fb92e0a340eea6c5e03d0ed72198",
103+
"Id": "104e81bd3f564cdd9d940eb4b010b548",
104+
"IsHidden": "False"
105+
}
106+
],
107+
"Dependencies": [],
108+
"NodeLibraryDependencies": [],
109+
"EnableLegacyPolyCurveBehavior": null,
110+
"Thumbnail": "",
111+
"GraphDocumentationURL": null,
112+
"ExtensionWorkspaceData": [
113+
{
114+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
115+
"Name": "Properties",
116+
"Version": "3.3",
117+
"Data": {}
118+
},
119+
{
120+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
121+
"Name": "Generative Design",
122+
"Version": "8.2",
123+
"Data": {}
124+
}
125+
],
126+
"Author": "",
127+
"Linting": {
128+
"activeLinter": "None",
129+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
130+
"warningCount": 0,
131+
"errorCount": 0
132+
},
133+
"Bindings": [],
134+
"View": {
135+
"Dynamo": {
136+
"ScaleFactor": 1.0,
137+
"HasRunWithoutCrash": true,
138+
"IsVisibleInDynamoLibrary": true,
139+
"Version": "3.3.0.6316",
140+
"RunType": "Automatic",
141+
"RunPeriod": "1000"
142+
},
143+
"Camera": {
144+
"Name": "_Background Preview",
145+
"EyeX": -17.0,
146+
"EyeY": 24.0,
147+
"EyeZ": 50.0,
148+
"LookX": 12.0,
149+
"LookY": -13.0,
150+
"LookZ": -58.0,
151+
"UpX": 0.0,
152+
"UpY": 1.0,
153+
"UpZ": 0.0
154+
},
155+
"ConnectorPins": [],
156+
"NodeViews": [
157+
{
158+
"Id": "52d8e99efd804cc2b610193be61b768f",
159+
"Name": "FillPatternElement.GetByName",
160+
"IsSetAsInput": false,
161+
"IsSetAsOutput": false,
162+
"Excluded": false,
163+
"ShowGeometry": true,
164+
"X": 1066.4,
165+
"Y": 356.79999999999995
166+
},
167+
{
168+
"Id": "f9451c16b08d46d9b5ff4f4cdd7a7f5b",
169+
"Name": "Fill Pattern Targets",
170+
"IsSetAsInput": false,
171+
"IsSetAsOutput": false,
172+
"Excluded": false,
173+
"ShowGeometry": true,
174+
"X": 643.1999999999998,
175+
"Y": 448.0
176+
},
177+
{
178+
"Id": "d8a5e7dcb49c4252a0f6d1ac18a23728",
179+
"Name": "String",
180+
"IsSetAsInput": false,
181+
"IsSetAsOutput": false,
182+
"Excluded": false,
183+
"ShowGeometry": true,
184+
"X": 773.5999999999999,
185+
"Y": 308.8
186+
}
187+
],
188+
"Annotations": [],
189+
"X": 0.0,
190+
"Y": 0.0,
191+
"Zoom": 1.0
192+
}
193+
}
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"Uuid": "62489567-448a-43df-9a13-e8bb42f57523",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "DSRevitNodesUI.FillPatterns",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "DSRevitNodesUI.FillPatterns, DSRevitNodesUI",
14+
"SelectedIndex": 0,
15+
"SelectedString": "<Solid fill>",
16+
"Id": "b24578f11ae1402aad5777ad01c531af",
17+
"NodeType": "ExtensionNode",
18+
"Inputs": [],
19+
"Outputs": [
20+
{
21+
"Id": "45ad6c064c4845b0a9b2e4489bbad2c8",
22+
"Name": "FillPattern",
23+
"Description": "The selected FillPattern",
24+
"UsingDefaultValue": false,
25+
"Level": 2,
26+
"UseLevels": false,
27+
"KeepListStructure": false
28+
}
29+
],
30+
"Replication": "Disabled",
31+
"Description": "All available fill patterns."
32+
}
33+
],
34+
"Connectors": [],
35+
"Dependencies": [],
36+
"NodeLibraryDependencies": [],
37+
"EnableLegacyPolyCurveBehavior": null,
38+
"Thumbnail": "",
39+
"GraphDocumentationURL": null,
40+
"ExtensionWorkspaceData": [
41+
{
42+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
43+
"Name": "Properties",
44+
"Version": "3.3",
45+
"Data": {}
46+
},
47+
{
48+
"ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
49+
"Name": "Generative Design",
50+
"Version": "8.2",
51+
"Data": {}
52+
}
53+
],
54+
"Author": "",
55+
"Linting": {
56+
"activeLinter": "None",
57+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
58+
"warningCount": 0,
59+
"errorCount": 0
60+
},
61+
"Bindings": [],
62+
"View": {
63+
"Dynamo": {
64+
"ScaleFactor": 1.0,
65+
"HasRunWithoutCrash": true,
66+
"IsVisibleInDynamoLibrary": true,
67+
"Version": "3.3.0.6316",
68+
"RunType": "Automatic",
69+
"RunPeriod": "1000"
70+
},
71+
"Camera": {
72+
"Name": "_Background Preview",
73+
"EyeX": -17.0,
74+
"EyeY": 24.0,
75+
"EyeZ": 50.0,
76+
"LookX": 12.0,
77+
"LookY": -13.0,
78+
"LookZ": -58.0,
79+
"UpX": 0.0,
80+
"UpY": 1.0,
81+
"UpZ": 0.0
82+
},
83+
"ConnectorPins": [],
84+
"NodeViews": [
85+
{
86+
"Id": "b24578f11ae1402aad5777ad01c531af",
87+
"Name": "Fill Patterns",
88+
"IsSetAsInput": false,
89+
"IsSetAsOutput": false,
90+
"Excluded": false,
91+
"ShowGeometry": true,
92+
"X": 1066.4,
93+
"Y": 172.0
94+
}
95+
],
96+
"Annotations": [],
97+
"X": -2805.5717985452497,
98+
"Y": -203.94980681344987,
99+
"Zoom": 3.1422407832240093
100+
}
101+
}
Loading

0 commit comments

Comments
 (0)