SoWinViewerSetDecimationStrategy Method |
Sets strategy to use to decide on decimation value.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDecimationStrategy(
SoWinViewerDecimationStrategies strategy
)
Public Sub SetDecimationStrategy (
strategy As SoWinViewerDecimationStrategies
)
public:
void SetDecimationStrategy(
SoWinViewerDecimationStrategies strategy
)
member SetDecimationStrategy :
strategy : SoWinViewerDecimationStrategies -> unit
Parameters
- strategy
- Type: OIV.Inventor.Win.ViewersSoWinViewerDecimationStrategies
RemarksDefault 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