SoShuttle

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

Purpose

The SoShuttle node is derived from SoTranslation, applying a translation to the current transformation.

Using engines connected to the realTime global field, the Translation value animates over time between two fixed translations, achieving a shuttling effect. The motion period can be adjusted by modifying the Speed field. The current translation at any time is accessible in the Translation field, inherited from SoTranslation.

Windows

Default Panel

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

Output Fields

self

name: self, type: SoNode

Parameter Fields

Field Index

On: Bool
Speed: Float
Translation: Vector3
Translation0: Vector3
Translation1: Vector3

Visible Fields

Translation

name: translation, type: Vector3, default: 0 0 0

Shows the current interpolated translation.

Translation0

name: translation0, type: Vector3, default: 0 0 0

Sets the start translation value.

Translation1

name: translation1, type: Vector3, default: 0 0 0

Sets the end translation value.

Speed

name: speed, type: Float, default: 1

Sets the shuttle speed in cycles per second.

On

name: on, type: Bool, default: TRUE

If checked, the shuttling is active.