Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Vector XYZ
Create a vector from {xyz} components
Details
ID
tool-vector-vector-xyz
Name
Vector XYZ
Group
Vector
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
X | Number | Vector {x} component | 0 |
Y | Number | Vector {y} component | 0 |
Z | Number | Vector {z} component | 0 |
Output ports
Name | Type | Description |
---|---|---|
Vector | Vector | Vector construct |
Length | Number | Vector length |
After creating the node, a vector is created with components X, Y, and Z, the size of which is ten. Connect the X dimension of the component to the first port. To the second port, you need to connect the Y dimension of the component. To the third port, you need to connect the size Z of the component. On the output port, you will get the vector which is obtained from the addition of vectors and the result vector length.
Vector Y
Vector Z
Vector X