SoWinViewerFramePerSecondCB Delegate |
Large Model Viewing notification callbacks for frames per second and decimation percentage.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public delegate void FramePerSecondCB(
float fps,
SoWinViewer viewer
)
Public Delegate Sub FramePerSecondCB (
fps As Single,
viewer As SoWinViewer
)
public delegate void FramePerSecondCB(
float fps,
SoWinViewer^ viewer
)
type FramePerSecondCB =
delegate of
fps : float32 *
viewer : SoWinViewer -> unit
Parameters
- fps
- Type: SystemSingle
- viewer
- Type: OIV.Inventor.Win.ViewersSoWinViewer
Remarks See Also