Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Feb 24, 2025
2 parents b707fad + bd08a21 commit 0f2edac
Show file tree
Hide file tree
Showing 28 changed files with 946 additions and 1,080 deletions.
135 changes: 69 additions & 66 deletions LICENSE.txt

Large diffs are not rendered by default.

1,155 changes: 214 additions & 941 deletions doc/distrib/License.rtf

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Podrobnosti
'List.ReplaceItemAtIndices' replaces items on the input list at given indices.
In the example below, we start with a range of numbers from 0 to 5. We then use a 'List.ReplaceItemAtIndices' node to replace the items at index 3 and index 5 with a new item, in this case the integer 10.
___
## Vzorový soubor

![List.ReplaceItemAtIndices](./DSCore.List.ReplaceItemAtIndices_img.jpg)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Im Detail
'List.ReplaceItemAtIndices' replaces items on the input list at given indices.
In the example below, we start with a range of numbers from 0 to 5. We then use a 'List.ReplaceItemAtIndices' node to replace the items at index 3 and index 5 with a new item, in this case the integer 10.
___
## Beispieldatei

![List.ReplaceItemAtIndices](./DSCore.List.ReplaceItemAtIndices_img.jpg)
Loading

0 comments on commit 0f2edac

Please sign in to comment.