Skip to main content

Line

Overview

Generates a linear mesh along a specified direction.


Inputs

NameTypeDescription
OriginVector3The starting point of the line in 3D space.
DirectionVector3The vector defining the orientation of the line.
LengthfloatThe total distance from the start to the end of the line.
Number of PointsintThe total number of vertices to generate along the line.

Outputs

NameTypeDescription
OutputMeshDataA mesh containing the generated vertices and edges.

Parameters

This node does not expose additional parameters.


Behavior Notes