Line Mesh
Description
This node return the mesh of a line based on an input starting
point and an input ending point.
Options
- Line Mode
- Start-End - This option allows to generate line mesh from start and end vectors.
- Points - This option allows to generate line mesh from a vector list.
- Start - A vector that define the starting point of the line.
- End - A vector that define the ending point of the line.
- Steps - An integer that define the number of vertices that form
the line.
- Points - A vector list that define the location of points.
- Cyclic - A boolean value that make the output mesh cyclic.
Outputs
- Mesh - The mesh.
- Vertex Locations - A vector list for the location of vertices of line mesh.
- Edge Indices - A edge indices list of line mesh.