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

# Slot by Points

Create a slot from two end points.

### Inputs

| Name    | Type                                                   | Description                                                                                             |
| ------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------- |
| Point 1 | [Point](../../../../block-documentation/types/point)   | Point 1 of the slot. If this does not lie on the Plane, it will be projected.                           |
| Point 2 | [Point](../../../../block-documentation/types/point)   | Point 2 of the slot. If this does not lie on the Plane, it will be projected.                           |
| Width   | [Scalar](../../../../block-documentation/types/scalar) | Width of the slot.                                                                                      |
| Plane   | [Plane](../../../../block-documentation/types/plane)   | Plane to define the orientation of the slot. If no Plane is provided, the global XY plane will be used. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Profile](../../../../block-documentation/types/profile) |
