Click or drag to resize
SoWinViewerSetDecimationStrategy Method

Sets strategy to use to decide on decimation value.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetDecimationStrategy(
	SoWinViewerDecimationStrategies strategy
)

Parameters

strategy
Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationStrategies
Remarks

Default is normal. The default value can be set using the environment variable OIV_DECIMATION_STRATEGY. Valid values are NORMAL, FIXED_NUM_TRIANGLES, FRAMES_PER_SECOND, FIXED_PERCENTAGE.

See Also