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 (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
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