latest
List
Remove Pattern

Remove elements in a list using a repeating bit mask

ID

662ae5a310b6cb87640c9190

Name

Remove Pattern

Group

List

Package

List

Keywords

cull
remove
pattern

List

Sequence

Set

Tree

Creation method

There are two options for creating a Remove Pattern node.

  • The first way to create a Remove Pattern node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • cull , remove , pattern
  • The second way is to select a Remove Pattern node from the menu that opens from the top left.
    • Menu > List > List > Remove Pattern

Steps

  • Create a Remove Pattern node.
  • Connect the list of values to the first port.
  • Connect the remove pattern to the second port.

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.

See also

List Item
Dispatch List

Inputs

NameTypeDescriptionDefault Value
list
Any
List to remove
removePattern
Boolean
Removing pattern[true, false]

Outputs

NameTypeDescription
removedList
Any
Result removed list