Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cull vector list

Culls a vector list using a mask.


Inputs

  • list

    • The list of vector values to cull.
  • mask

    • The list of boolean values that defines which vector values to cull.

Outputs

  • list

    • The list of vector values after defined vector values have been culled.
  • reject list

    • The list of vectors values that have been culled.

Note(s)

  • Other names for this node include: CullVectorList.

Example(s)