SoWinExaminerViewerSoViewingEmpty Class |
Viewing Function: Does nothing.
Namespace: OIV.Inventor.Win.Viewers
The SoWinExaminerViewerSoViewingEmpty type exposes the following members.
Name | Description | |
---|---|---|
SoWinExaminerViewerSoViewingEmpty | Default constructor. |
Name | Description | |
---|---|---|
Apply | Applies this manipulation to a specified combination of key and mouse button. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetViewer | Sets the viewer that the function applies to. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.