OmniGraph Node omni.graph.nodes.Interpolator

omni.graph.nodes.Interpolator Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Interpolator

__categories

math:operator

Generated Class Name

OgnInterpolatorDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.Interpolator Description

Time sample interpolator

omni.graph.nodes.Interpolator Inputs

Name

Type

Default

Required?

Descripton

inputs:knots

float[]

[]

Y

Array of knots on the time sample curve

uiName

Knot Array

inputs:param

float

0.0

Y

Time sample interpolation point

uiName

Interpolation Point

inputs:values

float[]

[]

Y

Array of time sample values

uiName

Value Array

omni.graph.nodes.Interpolator Outputs

Name

Type

Default

Required?

Descripton

outputs:value

float

None

Y

Value in the time samples, interpolated at the given parameter location

uiName

Interpolated Value