> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vector Field from Components

Create a vector field from scalar field components.

### Inputs

| Name | Type                                                               | Description                                            |
| ---- | ------------------------------------------------------------------ | ------------------------------------------------------ |
| X    | [Scalar Field](../../../../block-documentation/types/scalar-field) | The X component of the vector field as a scalar field. |
| Y    | [Scalar Field](../../../../block-documentation/types/scalar-field) | The Y component of the vector field as a scalar field. |
| Z    | [Scalar Field](../../../../block-documentation/types/scalar-field) | The Z component of the vector field as a scalar field. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Vector Field](../../../../block-documentation/types/vector-field) |
