Click or drag to resize
SoWinExaminerViewer.SoViewingSeek Class

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

Inheritance Hierarchy

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoViewingSeek : SoWinExaminerViewer.SoViewingFunction

The SoWinExaminerViewer. SoViewingSeek type exposes the following members.

Constructors
Methods
  NameDescription
Public methodApply

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

(Inherited from SoWinExaminerViewer.SoViewingFunction.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetViewer

Sets the viewer that the function applies to.

(Inherited from SoWinExaminerViewer.SoViewingFunction.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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

See SoWinExaminerViewer.addFunctionKeyBinding or SoWinExaminerViewer.addViewingMouseBinding for additional info.

See Also