Create n duplicates of the same object and place them into a list.
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
Value | V | Any | Item | The value to repeat |
Count | C | Number | Item | The number of times to repeat the value |
Name | Abbreviation | Type | Access | Description |
---|---|---|---|---|
List | L | Any | List | The list of repeated values |
Input a value (feature, object, number, etc)
Input a count.
This is how many times to repeat or duplicate the input.
Type a number in the box, or connect to another numerical output
The output is a list with n duplicates of the original value
Duplicate 5 times, then move the elements a set distance
The original feature is a square.
The square is repeated 5 times, to create a list of 5 items.
Then, the list is iterated on using map, construct vector, and translate.
The flow
Resulting geometry