SoOnOff

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

Purpose

This engine has three triggers as input and two Boolean values as output.

The Is On output is a switch that can be turned on or off by triggering the corresponding input. You can toggle the value by triggering 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

Turn the Is On switch on.

Off

name: off, type: Trigger

Turn the Is On switch off.

Toggle

name: toggle, type: Trigger

Toggle the switch value.

Is On

name: isOn, type: EngineOutput, persistent: no

Shows the current Boolean value.

Is Off

name: isOff, type: EngineOutput, persistent: no

The inverse of Is On.