SoTranslate1Dragger

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

Purpose

SoTranslate1Dragger is a simple dragger that translates in one dimension when dragged with the mouse. It moves along the x-axis of its local space, determined by its position in the scene graph. Transformation nodes placed before it will affect both the dragger and the direction of motion.

This node has a translation field that always reflects its position in local space. If you set this field, the dragger will move accordingly. You can also connect fields of other nodes or engines to this one to make them follow the dragger’s motion.

Windows

Default Panel

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

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Is Active

name: isActive, type: Bool, persistent: no

Shows whether the dragger is active.

Translation

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

Sets and shows the position of the dragger.

Hidden Fields

enable

name: enable, type: Bool, default: TRUE