SoShuttle

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

Purpose

The SoShuttle class is derived from SoTranslation, so it applies a translation to the current transformation.

Using engines connected to the realTime global field, the Translation value is animated over time between two fixed translations, achieving a shuttling effect. The period of the motion can be adjusted by changing the Speed field. The current translation at any time is available 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

Current interpolated translation.

Translation0

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

Start translation value.

Translation1

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

End translation value.

Speed

name: speed, type: Float, default: 1

Defines the speed of the shuttle, in cycles per second.

On

name: on, type: Bool, default: TRUE

Allows applications to enable or disable the motion easily.