Click or drag to resize
SoWinViewerSetGoalNumberOfTriangles Method

Sets goal number of triangles 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 SetGoalNumberOfTriangles(
	int goal
)

Parameters

goal
Type: SystemInt32
Remarks

Default is 10000. The default value can be set using the environment variable OIV_DECIMATION_GOAL_NUM_OF_TRIANGLES.

See Also