Create an evenly spaced array of points and line segments.
Category: Geometric Operations
Kind: Operation
Tags: Divide, Distance, Division, Length, Split
Description: Divide a line into equal distance points
Inputs
Name | Abbreviation | Type | Access | Description |
Line | L | Cartesian | Item | The line to divide |
Distance | D | Number | Item | The distance to divide by |
Outputs
Name | Abbreviation | Type | Access | Description |
Points | P | Vector | List | The points of division |
Segments | S | Cartesian | List | The segments of the line |
Tangent | T | Vector | List | The tangents of the points |
How to:
Feed in a feature
Set the distance
You can type a number in the box
OR feed in a number result from another node
Connect the results - segments or points - to a write features node, or another node to continue processing
Use the tangent node to rotate items placed on the points (such as blocks, group instances, or GLTFs). Typically items placed on points have a Rotation property that the tangent can work with.

