1D Array to 3D Points

This module transforms a 1D array into an array of 3D points. It can be connected to the output of data-generator-sequenced-lines, array-display, etc.

Each 3D point is calculated as follow:

  • X : horizontal position of the points scaled in the range [0..1]. X = PointOrder/ArraySize. (0=left, 1= right)
  • Y : Value scaled in the range [0..1]. (0=top, 1= bottom)
  • Z : 0.5

Settings

array in

Array input flow(s).

3D array out

Array of XYZ points

See also

version 6.0.240115

Edit All Pages