Separate XYZ
Pulls one component out of a direction or position.
component, axis, extract, get x, get y, get z, split vector- Category
- Vectors
- Outputs
- value
- Runs live in
- no target yet
Give it a vector and pick an axis, and you get that one number, ready to drive anything that takes a number.
Its most useful partner is Bounds. Measure another part, take just its height, and use that to size or place something else. That is how an assembly holds together when a knob moves: the second part reads the first rather than repeating its numbers.
Inputs
| Socket | Type | Wiring |
|---|---|---|
| vector | vector |
Parameters
| Name | Type | Default | Available when | What it does |
|---|---|---|---|---|
| Axis | x | y | z | x | always |
Built with this node
Nothing in the manual is built around this node yet.
See also
- boundsThe usual source: the size, centre or extent of another part.
- combineXYZThe reverse: building a vector from three numbers.