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

int[]

Vertex starting points

curveVertexCounts

int[]

Vertex counts for the curve points

curvePoints

float[3][]

Points on the curve to be framed

normalize

bool

If true then normalize the curve length to a 0, 1 range

Outputs

Name

Type

Description

Default

length

float[]

List of lengths along the curve corresponding to the input points