Click or drag to resize
SoWinViewerSetGoalFramesPerSecond Method

Sets goal frames per second for the viewer to try to render.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetGoalFramesPerSecond(
	float goal
)

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