Click or drag to resize
SoDirectVizManagercontrolDialog Property

Enables/disables the DirectViz control dialog.

Namespace: OIV.DirectViz
Assembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool controlDialog { get; }

Property Value

Type: SoSFBool
Remarks

DirectViz interactive parameters can be controlled using this dialog with Qt or Win32 viewers. When set to true, the dialog can be displayed by pressing the Shift + F8 key (or the key specified in the DIRECTVIZ_DIALOG_SHORTCUT environment variable) Default is true.

The initial value can be set using the environment variable DIRECTVIZ_CONTROL_DIALOG. See SoPreferences.

See Also