SoOnOff

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

Purpose

The engine SoOnOff has three triggers as input and two boolean values as output.

The Is On output serves as a switch that can be turned on or off by triggering the corresponding input. You can toggle the value by activating the toggle input. By default, Is On is FALSE. The Is Off output value is the inverse of Is On.

Windows

Default Panel

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

Parameter Fields

Field Index

Is Off: EngineOutput
Is On: EngineOutput
Off: Trigger
On: Trigger
Toggle: Trigger

Visible Fields

On

name: on, type: Trigger

When pressed, the Is On output is switched on.

Off

name: off, type: Trigger

When pressed, the Is On output is switched off.

Toggle

name: toggle, type: Trigger

When pressed, the switch value toggles.

Is On

name: isOn, type: EngineOutput, persistent: no

Outputs the current boolean value.

This field must be connected to an appropriate Open Inventor field to access or view its value.

Is Off

name: isOff, type: EngineOutput, persistent: no

Outputs the inverse of Is On.

This field must be connected to an appropriate Open Inventor field to access or view its value.