Skip to main content

Separate XYZ

Overview

Splits a vector into its individual X, Y, and Z components.


Inputs

NameTypeDescription
InputVector3Vector value to be separated into components.

Outputs

NameTypeDescription
XfloatX component of the input vector.
YfloatY component of the input vector.
ZfloatZ component of the input vector.

Parameters

This node does not expose additional parameters.


Behavior Notes

  • If the input is a list, then the output is also a list.