Length Along Curve
Find the length along the curve of a set of points
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
curveVertexStarts |
|
Vertex starting points |
|
curveVertexCounts |
|
Vertex counts for the curve points |
|
curvePoints |
|
Points on the curve to be framed |
|
normalize |
|
If true then normalize the curve length to a 0, 1 range |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
length |
|
List of lengths along the curve corresponding to the input points |