Line
Overview
Generates a linear mesh along a specified direction.
Inputs
| Name | Type | Description |
|---|---|---|
| Origin | Vector3 | The starting point of the line in 3D space. |
| Direction | Vector3 | The vector defining the orientation of the line. |
| Length | float | The total distance from the start to the end of the line. |
| Number of Points | int | The total number of vertices to generate along the line. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | MeshData | A mesh containing the generated vertices and edges. |
Parameters
This node does not expose additional parameters.