> ## 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 in Frame

Create a Point at specified local coordinates within a Frame.

### Inputs

| Name  | Type                                                   | Description                         |
| ----- | ------------------------------------------------------ | ----------------------------------- |
| X     | [Scalar](../../../../block-documentation/types/scalar) | Local X component of the Point.     |
| Y     | [Scalar](../../../../block-documentation/types/scalar) | Local Y component of the Point.     |
| Z     | [Scalar](../../../../block-documentation/types/scalar) | Local Z component of the Point.     |
| Frame | [Frame](../../../../block-documentation/types/frame)   | Frame in which to create the Point. |

### Outputs

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