Decompose Vector3D to Numbers

Function

This Step decomposes each input vector of type Vector3D into three values of type List of Values.

Usage Scenario

This Step is a general data type conversion and decomposition Step. This Step has no fixed usage scenarios.

Input and Output

  • Input:

  1. Vectors of the Vector3D data type input to this port will be decomposed.

  • Output:

  1. X values of the input vectors.

  2. Y values of the input vectors.

  3. Z values of the input vectors.