SoInterpolateFloat

InventorModule
genre InventorInterpolate
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The engine SoInterpolateFloat linearly interpolates between two floating-point values based on the Alpha input value.

The alpha value must be between 0.0 and 1.0.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoInterpolateFloat._default.png

Parameter Fields

Visible Fields

Alpha

name: alpha, type: Float, default: 0

Sets the interpolation control value.

Input0

name: input0, type: DoubleList, default: 0

Sets the start value.

Input1

name: input1, type: DoubleList, default: 1

Sets the end value.

Output

name: output, type: EngineOutput, persistent: no

Outputs the interpolated value.

The type of the output value matches the type of the input values, which is specified by the derived classes.

This field must be connected to an appropriate Open Inventor field to access or view its value.