SoWinViewerSetGoalFramesPerSecond Method |
Sets goal frames per second for the viewer to try to render.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetGoalFramesPerSecond(
float goal
)
Public Sub SetGoalFramesPerSecond (
goal As Single
)
public:
void SetGoalFramesPerSecond(
float goal
)
member SetGoalFramesPerSecond :
goal : float32 -> unit
Parameters
- goal
- Type: SystemSingle
Remarks Default is 8.0.
The default value can be set using the environment variable OIV_DECIMATION_GOAL_FPS.
See Also