SoComposeVec3f

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

Purpose

This engine takes three floating-point inputs and composes a 3D vector.

Windows

Default Panel

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

Parameter Fields

Visible Fields

X

name: x, type: DoubleList, default: 0

The x-component of the 3D vector.

Y

name: y, type: DoubleList, default: 0

The y-component of the 3D vector.

Z

name: z, type: DoubleList, default: 0

The z-component of the 3D vector.

Vector

name: vector, type: EngineOutput, persistent: no

Vector composed of x, y, and z.