SoActionNotify

InventorModule
genre Visualization
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoUtils
definition utils.def
keywords action, handle, traversal

Purpose

The module SoActionNotify triggers its fields if an according Inventor action is passed to the module.

Usage

Attach this module to the right of a rendering module in the scene graph.

Touching the trigger fields from the outside, i.e., clicking on them, doesn’t do anything. Those fields are being touched from inside the module.

Windows

Default Panel

../../../Modules/Inventor/SoUtils/mhelp/Images/Screenshots/SoActionNotify._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Notify On GLRender

name: notifyOnGLRender, type: Trigger, persistent: no

This field is triggered from the inside whenever a GLRender action is traversing the Inventor scene graph.

Notify On Get Bounding Box

name: notifyOnGetBoundingBox, type: Trigger, persistent: no

This field is triggered from the inside whenever a GetBoundingBox action is traversing the Inventor scene graph.

Notify On Handle Event

name: notifyOnHandleEvent, type: Trigger, persistent: no

This field is triggered from the inside whenever a HandleEvent action is traversing the Inventor scene graph.