Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/Dynamo_Nodes_Documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@
{
"Name": "AddItemToEnd",
"imageFile": [
"AddItemToEnd"
"AddItemToEnd-Ex1.JPG"
],
"dynFile": [
"AddItemToEnd"
Expand Down Expand Up @@ -1615,7 +1615,7 @@
{
"Name": "Chop",
"imageFile": [
"Chop"
"Chop-Ex1.JPG"
],
"dynFile": [
"Chop"
Expand Down Expand Up @@ -2094,7 +2094,7 @@
"TakeEveryNthItem"
],
"folderPath": "Core/List/Action",
"inDepth": "<p>Take Every Nth Item will produce a new list keeping items from the input list at intervals of the input 'n' value. The starting point of the interval can be changed with the 'offset' input. For example, putting 3 into 'n' and leaving the 'offset' as the default of zero will keep items with indices 2, 5, 8, etc. Changing the offset to 1 would instead keep items with indices 0, 3, 6, etc. Notice that the offset 'wraps' through the entire list. To remove selected items instead of keeping them, see 'DropEveryNthItem'. In the example below, we first generate a list of numbers using Range, and then keep every other number by using 2 as the input for 'n'.</p>"
"inDepth": "Drop Every Nth Item will produce a new list keeping items from the input list at intervals of the input 'n' value. The starting point of the interval can be changed with the 'offset' input. For example, putting 3 into 'n' and leaving the 'offset' as the default of zero will keep items with indices 2, 5, 8, etc. Changing the offset to 1 would instead keep items with indices 0, 3, 6, etc. Notice that the offset 'wraps' through the entire list. To remove selected items instead of keeping them, see 'DropEveryNthItem'. In the example below, we first generate a list of numbers using Range, and then keep every other number by using 2 as the input for 'n'."
},
{
"Name": "TakeItems",
Expand Down Expand Up @@ -2132,7 +2132,7 @@
{
"Name": "Empty",
"imageFile": [
"Empty"
"Empty-Ex1.png"
],
"dynFile": [
"Empty"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/EXAMPLES/Core/List/Action/img/Chop-Ex1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/EXAMPLES/Core/List/Action/img/Chop-Ex2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/EXAMPLES/Core/List/Query/img/Empty-Ex1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.