Click or drag to resize
SoGLRenderActionSetSmoothing Method

Sets smoothing flag.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetSmoothing(
	bool smooth
)

Parameters

smooth
Type: SystemBoolean
Remarks

When on, smoothing uses OpenGL's line- and point-smoothing features to provide cheap antialiasing of lines and points. Smoothing is required to render points as circles instead of squares. The default is false.

The default value can be set using the environment variable OIV_GL_SMOOTHING (0 = false, 1 = true).

See Also