Click or drag to resize
SoWinExaminerViewerSoViewingSeek Class

Viewing Function: Seek (to quickly move the camera to a desired object or point).

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.Win.ViewersSoWinExaminerViewerSoViewingFunction
      OIV.Inventor.Win.ViewersSoWinExaminerViewerSoViewingSeek

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoViewingSeek : SoWinExaminerViewerSoViewingFunction

The SoWinExaminerViewerSoViewingSeek type exposes the following members.

Constructors
Methods
  NameDescription
Public methodApply

Applies this manipulation to a specified combination of key and mouse button.

(Inherited from SoWinExaminerViewerSoViewingFunction.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodSetViewer

Sets the viewer that the function applies to.

(Inherited from SoWinExaminerViewerSoViewingFunction.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class can be used with the OIV.Inventor.Win.Viewers.SoWinExaminerViewer addFunctionKeyBinding and addViewingMouseBinding methods to customize the behavior of the viewer.

See OIV.Inventor.Win.Viewers.SoWinExaminerViewer.AddFunctionKeyBinding(OIV.Inventor.Events.SoKeyboardEvent.Keys, OIV.Inventor.Win.Viewers.SoWinExaminerViewer.SoViewingFunction) or OIV.Inventor.Win.Viewers.SoWinExaminerViewer.AddViewingMouseBinding(OIV.Inventor.Events.SoKeyboardEvent.Keys[], OIV.Inventor.Events.SoMouseButtonEvent.Buttons[], OIV.Inventor.Win.Viewers.SoWinExaminerViewer.SoViewingFunction) for additional info.

See Also