Click or drag to resize
SoWinFullViewerIsDefaultContextMenuEnabled Property

Enables/disables the viewer popup menu (default enabled).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public bool IsDefaultContextMenuEnabled { get; set; }

Property Value

Type: Boolean
Remarks

See the viewer constructor to prevent the popup menu from being built.

The default value can be set using the environment variable OIV_VIEWER_POPUP_MENU (0 = OFF, 1 = ON).

Description or equivalent function for each submenu of this popup menu:

  • Functions: Manage the position of the camera:

  • DrawStyle: Manage the draw style and buffering style:

  • Viewing: see setViewing()

  • Decorations: see setDecoration()

  • FullScreen: see setFullScreen()

  • HeadLight: see setHeadlight()

  • Preferences:

    • Seek to point: Enables/disables seek mode (like the 'S' key)

    • Auto clip planes: Enables/disables automatic clipping

    • Automatic interactive mode: Enables/disables automatic interactive mode

    • Stereo: Opens the stereo dialog

    • Full scene antialiasing: see setFullSceneAntialiasing()

    • Record: Opens the recording dialog

    • DirectViz: Opens the DirectViz ray tracing dialog

    • Rotation axes: Shows/hides the rotation axes

See Also