OmniGraph Node omni.graph.nodes.LengthAlongCurve

omni.graph.nodes.LengthAlongCurve Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Length Along Curve

__categories

geometry:analysis

Generated Class Name

OgnLengthAlongCurveDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.LengthAlongCurve Description

Find the length along the curve of a set of points

omni.graph.nodes.LengthAlongCurve Inputs

Name

Type

Default

Required?

Descripton

inputs:curvePoints

float[3][]

[]

Y

Points on the curve to be framed

uiName

Curve Points

inputs:curveVertexCounts

int[]

[]

Y

Vertex counts for the curve points

uiName

Curve Vertex Counts

inputs:curveVertexStarts

int[]

[]

Y

Vertex starting points

uiName

Curve Vertex Starts

inputs:normalize

bool

False

Y

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

uiName

Normalize

omni.graph.nodes.LengthAlongCurve Outputs

Name

Type

Default

Required?

Descripton

outputs:length

float[]

None

Y

List of lengths along the curve corresponding to the input points