Skip to content

Commit 5094d85

Browse files
authored
DYN-7720. Add Help file documentation for Mesh Nodes from Meshtoolkit (#15588)
1 parent e11ef19 commit 5094d85

File tree

144 files changed

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

144 files changed

+27625
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,322 @@
1+
{
2+
"Uuid": "a161e887-368b-43e6-922d-242d40758fea",
3+
"IsCustomNode": false,
4+
"Description": "",
5+
"Name": "Autodesk.DesignScript.Geometry.Mesh.Area",
6+
"ElementResolver": {
7+
"ResolutionMap": {}
8+
},
9+
"Inputs": [],
10+
"Outputs": [],
11+
"Nodes": [
12+
{
13+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
14+
"NodeType": "FunctionNode",
15+
"FunctionSignature": "Autodesk.DesignScript.Geometry.Mesh.Area",
16+
"Id": "8f32e80f39eb40a695274bd88c7f9298",
17+
"Inputs": [
18+
{
19+
"Id": "4b56e5f4047947a5b69fdc48ac13de8a",
20+
"Name": "mesh",
21+
"Description": "Autodesk.DesignScript.Geometry.Mesh",
22+
"UsingDefaultValue": false,
23+
"Level": 2,
24+
"UseLevels": false,
25+
"KeepListStructure": false
26+
}
27+
],
28+
"Outputs": [
29+
{
30+
"Id": "b0843d2d897b41938a05da8b6e0d9bcb",
31+
"Name": "area",
32+
"Description": "area",
33+
"UsingDefaultValue": false,
34+
"Level": 2,
35+
"UseLevels": false,
36+
"KeepListStructure": false
37+
}
38+
],
39+
"Replication": "Auto",
40+
"Description": "Returns the area of the provided Mesh\n\nMesh.Area: double"
41+
},
42+
{
43+
"ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
44+
"NodeType": "FunctionNode",
45+
"FunctionSignature": "Autodesk.DesignScript.Geometry.Mesh.Cone@Autodesk.DesignScript.Geometry.Point,double,double,double,int,bool",
46+
"Id": "c41c48286e16438bb0dc392c612073a4",
47+
"Inputs": [
48+
{
49+
"Id": "51bbac3228b0403d975e1b8f084a92e1",
50+
"Name": "origin",
51+
"Description": "Point\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
52+
"UsingDefaultValue": true,
53+
"Level": 2,
54+
"UseLevels": false,
55+
"KeepListStructure": false
56+
},
57+
{
58+
"Id": "f266309536484356b1998383b1e3a171",
59+
"Name": "baseRadius",
60+
"Description": "double\nDefault value : 1",
61+
"UsingDefaultValue": true,
62+
"Level": 2,
63+
"UseLevels": false,
64+
"KeepListStructure": false
65+
},
66+
{
67+
"Id": "49ae0c9575f848aa9bbe94e83cd804fb",
68+
"Name": "topRadius",
69+
"Description": "double\nDefault value : 0",
70+
"UsingDefaultValue": true,
71+
"Level": 2,
72+
"UseLevels": false,
73+
"KeepListStructure": false
74+
},
75+
{
76+
"Id": "72af53ac835a41c7babca87302cc7eab",
77+
"Name": "height",
78+
"Description": "double\nDefault value : 1",
79+
"UsingDefaultValue": true,
80+
"Level": 2,
81+
"UseLevels": false,
82+
"KeepListStructure": false
83+
},
84+
{
85+
"Id": "f3d8a5bb8c9e412d97c40e0007ef4142",
86+
"Name": "divisions",
87+
"Description": "int\nDefault value : 0",
88+
"UsingDefaultValue": true,
89+
"Level": 2,
90+
"UseLevels": false,
91+
"KeepListStructure": false
92+
},
93+
{
94+
"Id": "f928b04c30b04f4b948d443c30c89934",
95+
"Name": "cap",
96+
"Description": "bool\nDefault value : true",
97+
"UsingDefaultValue": true,
98+
"Level": 2,
99+
"UseLevels": false,
100+
"KeepListStructure": false
101+
}
102+
],
103+
"Outputs": [
104+
{
105+
"Id": "8890d41f7bd847a29b1057a646945213",
106+
"Name": "mesh",
107+
"Description": "mesh",
108+
"UsingDefaultValue": false,
109+
"Level": 2,
110+
"UseLevels": false,
111+
"KeepListStructure": false
112+
}
113+
],
114+
"Replication": "Auto",
115+
"Description": "Create a mesh cone based on the current settings.\n\nMesh.Cone (origin: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), baseRadius: double = 1, topRadius: double = 0, height: double = 1, divisions: int = 0, cap: bool = true): Mesh"
116+
},
117+
{
118+
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
119+
"NodeType": "CodeBlockNode",
120+
"Code": "10;",
121+
"Id": "30ac93f351d847e99a685fedc76a12a6",
122+
"Inputs": [],
123+
"Outputs": [
124+
{
125+
"Id": "62e2076b09a54d75bf98c35d87b1985f",
126+
"Name": "",
127+
"Description": "Value of expression at line 1",
128+
"UsingDefaultValue": false,
129+
"Level": 2,
130+
"UseLevels": false,
131+
"KeepListStructure": false
132+
}
133+
],
134+
"Replication": "Disabled",
135+
"Description": "Allows for DesignScript code to be authored directly"
136+
},
137+
{
138+
"ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
139+
"NodeType": "CodeBlockNode",
140+
"Code": "5;",
141+
"Id": "fff67a3211924745b2e7b42b9890bce5",
142+
"Inputs": [],
143+
"Outputs": [
144+
{
145+
"Id": "ae485ed2ba044f94870dccb66b92b32b",
146+
"Name": "",
147+
"Description": "Value of expression at line 1",
148+
"UsingDefaultValue": false,
149+
"Level": 2,
150+
"UseLevels": false,
151+
"KeepListStructure": false
152+
}
153+
],
154+
"Replication": "Disabled",
155+
"Description": "Allows for DesignScript code to be authored directly"
156+
},
157+
{
158+
"ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
159+
"NodeType": "ExtensionNode",
160+
"Id": "fb4c4621234340ca89275194b527ae61",
161+
"Inputs": [
162+
{
163+
"Id": "b385c175108c4e188fc285990a6ba8b9",
164+
"Name": "",
165+
"Description": "Node to show output from",
166+
"UsingDefaultValue": false,
167+
"Level": 2,
168+
"UseLevels": false,
169+
"KeepListStructure": false
170+
}
171+
],
172+
"Outputs": [
173+
{
174+
"Id": "517ae5b131d14902adc28cfad0b278b9",
175+
"Name": "",
176+
"Description": "Node output",
177+
"UsingDefaultValue": false,
178+
"Level": 2,
179+
"UseLevels": false,
180+
"KeepListStructure": false
181+
}
182+
],
183+
"Replication": "Disabled",
184+
"Description": "Visualize the node's output"
185+
}
186+
],
187+
"Connectors": [
188+
{
189+
"Start": "b0843d2d897b41938a05da8b6e0d9bcb",
190+
"End": "b385c175108c4e188fc285990a6ba8b9",
191+
"Id": "35e8ac1fd8354784a2e1db70354e1f40"
192+
},
193+
{
194+
"Start": "8890d41f7bd847a29b1057a646945213",
195+
"End": "4b56e5f4047947a5b69fdc48ac13de8a",
196+
"Id": "4149d7246f934951874f1d0f077b9d3c"
197+
},
198+
{
199+
"Start": "62e2076b09a54d75bf98c35d87b1985f",
200+
"End": "f266309536484356b1998383b1e3a171",
201+
"Id": "e879a1fdff064225b2c793fb3461d377"
202+
},
203+
{
204+
"Start": "62e2076b09a54d75bf98c35d87b1985f",
205+
"End": "72af53ac835a41c7babca87302cc7eab",
206+
"Id": "e59e3ae6cc8d432aa19a8b424733da27"
207+
},
208+
{
209+
"Start": "ae485ed2ba044f94870dccb66b92b32b",
210+
"End": "49ae0c9575f848aa9bbe94e83cd804fb",
211+
"Id": "de483651481b459ebb87711261dfa6cb"
212+
}
213+
],
214+
"Dependencies": [],
215+
"NodeLibraryDependencies": [
216+
{
217+
"Name": "MeshToolkit",
218+
"Version": "3.0.0",
219+
"ReferenceType": "Package",
220+
"Nodes": [
221+
"8f32e80f39eb40a695274bd88c7f9298",
222+
"c41c48286e16438bb0dc392c612073a4"
223+
]
224+
}
225+
],
226+
"Thumbnail": "",
227+
"GraphDocumentationURL": null,
228+
"ExtensionWorkspaceData": [
229+
{
230+
"ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
231+
"Name": "Properties",
232+
"Version": "2.12",
233+
"Data": {}
234+
}
235+
],
236+
"Author": "",
237+
"Linting": {
238+
"activeLinter": "None",
239+
"activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
240+
"warningCount": 0,
241+
"errorCount": 0
242+
},
243+
"Bindings": [],
244+
"View": {
245+
"Dynamo": {
246+
"ScaleFactor": 1.0,
247+
"HasRunWithoutCrash": true,
248+
"IsVisibleInDynamoLibrary": true,
249+
"Version": "2.12.0.5650",
250+
"RunType": "Automatic",
251+
"RunPeriod": "1000"
252+
},
253+
"Camera": {
254+
"Name": "Background Preview",
255+
"EyeX": -7.3621292114257813,
256+
"EyeY": 44.802696228027344,
257+
"EyeZ": 42.287151336669922,
258+
"LookX": 2.3621292114257813,
259+
"LookY": -33.802696228027344,
260+
"LookZ": -50.287151336669922,
261+
"UpX": 0.0171966515481472,
262+
"UpY": 0.93041765689849854,
263+
"UpZ": -0.36609756946563721
264+
},
265+
"NodeViews": [
266+
{
267+
"ShowGeometry": true,
268+
"Name": "Mesh.Area",
269+
"Id": "8f32e80f39eb40a695274bd88c7f9298",
270+
"IsSetAsInput": false,
271+
"IsSetAsOutput": false,
272+
"Excluded": false,
273+
"X": 883.44324616432482,
274+
"Y": 211.14323919142041
275+
},
276+
{
277+
"ShowGeometry": true,
278+
"Name": "Mesh.Cone",
279+
"Id": "c41c48286e16438bb0dc392c612073a4",
280+
"IsSetAsInput": false,
281+
"IsSetAsOutput": false,
282+
"Excluded": false,
283+
"X": 536.42878338278922,
284+
"Y": 169.10682492581611
285+
},
286+
{
287+
"ShowGeometry": true,
288+
"Name": "Code Block",
289+
"Id": "30ac93f351d847e99a685fedc76a12a6",
290+
"IsSetAsInput": false,
291+
"IsSetAsOutput": false,
292+
"Excluded": false,
293+
"X": 332.0496878409956,
294+
"Y": 220.47473737679763
295+
},
296+
{
297+
"ShowGeometry": true,
298+
"Name": "Code Block",
299+
"Id": "fff67a3211924745b2e7b42b9890bce5",
300+
"IsSetAsInput": false,
301+
"IsSetAsOutput": false,
302+
"Excluded": false,
303+
"X": 332.22065177322054,
304+
"Y": 124.27807747746677
305+
},
306+
{
307+
"ShowGeometry": true,
308+
"Name": "Watch",
309+
"Id": "fb4c4621234340ca89275194b527ae61",
310+
"IsSetAsInput": false,
311+
"IsSetAsOutput": false,
312+
"Excluded": false,
313+
"X": 1136.9486904804237,
314+
"Y": 211.46737340720324
315+
}
316+
],
317+
"Annotations": [],
318+
"X": 73.555163705885548,
319+
"Y": 115.90147750151868,
320+
"Zoom": 0.91550108590680712
321+
}
322+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## In-Depth
2+
`Mesh.Area` returns the area of the input mesh. In the example below, we are creating a cone using the `Mesh.Cone` node. Then the `Mesh.Area` node is used to calculate the area of the mesh of the cone.
3+
4+
## Example File
5+
6+
![Example](./Autodesk.DesignScript.Geometry.Mesh.Area_img.jpg)
Loading

0 commit comments

Comments
 (0)