> ## 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.

# Point

## About this Block

**What it does:** The **Point** block creates a point from its XYZ components.

**Common uses:**

* Point Maps
* Defining origins

**Tips:**

* You can extract points from a block’s properties panel for downstream operations.

***

Create a point from its XYZ components.

### Inputs

| Name | Type                                                   | Description               |
| ---- | ------------------------------------------------------ | ------------------------- |
| X    | [Scalar](../../../../block-documentation/types/scalar) | X component of the point. |
| Y    | [Scalar](../../../../block-documentation/types/scalar) | Y component of the point. |
| Z    | [Scalar](../../../../block-documentation/types/scalar) | Z component of the point. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Point](../../../../block-documentation/types/point) |
