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

# Line by Direction

Create a line segment from a point, direction, and length.

### Inputs

| Name      | Type                                                   | Description                                                    |
| --------- | ------------------------------------------------------ | -------------------------------------------------------------- |
| Point     | [Point](../../../../block-documentation/types/point)   | Start point of the line segment.                               |
| Direction | [Vector](../../../../block-documentation/types/vector) | Direction of the line segment. This vector will be normalized. |
| Length    | [Scalar](../../../../block-documentation/types/scalar) | Length of the line segment.                                    |
| Centered  | [Bool](../../../../block-documentation/types/bool)     | If checked, the line will be centered on the Point.            |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Line](../../../../block-documentation/types/line) |
