Remove elements in a list using a repeating bit mask
ID
list-list-remove-pattern
Name
Remove Pattern
Group
List
Package
List
Keywords
After creating a node, connect the list of values to the first port. This can be a list of numbers, points, or any other type of data that you want to manipulate. You need to connect the remove pattern second port. Here you can specify the pattern you want to use to cull elements from the list. You can choose to keep elements based on a range of indices, or based on a condition that must be met for each element in the list. The output of the Cull Pattern node will be the remaining elements of the list that do not match the specified pattern.
List Item
Dispatch List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to remove | |
removePattern | Boolean | Removing pattern | ()=>[!0,!1] |
Outputs
Name | Type | Description |
---|---|---|
removedList | Any | Result removed list |