Click or drag to resize
SoWinViewerSetDecimationStrategy Method

Sets strategy to use to decide on decimation value.

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 SetDecimationStrategy(
	SoWinViewerDecimationStrategies strategy
)

Parameters

strategy
Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationStrategies
Remarks

Default is normal. Valid values are NORMAL, FIXED_NUM_TRIANGLES, FRAMES_PER_SECOND, FIXED_PERCENTAGE.

See Also