Vector list

Creates a list of xyz vector values.


Inputs

  • list

    • The vector list to output.
  • size

    • The size (length) of the list to output when the initialize input is set to true.
  • default

    • The default value of the list to output when the initialize input is set to true.
  • initialize

    • Sets the list input values as per the values of the size and default inputs.

Outputs

  • list

    • The vector list as defined by the list input.

Notes

  • A custom list can be made by clicking on the <vector list> space of the list input via the “Add Item” button.

  • When the initialize input is true, manually inputted values will be overridden by the default input value.

  • Other names for this node include: VectorList, Point list, Coordinate list, Direction list, and xyz list.

Examples