Click or drag to resize
SoWinGLWidgetIsFullSceneAntialiasingHQEnabled Method

Note: This API is now obsolete.

Returns true if the high quality mode for full-scene antialiasing (FSAA) is enabled.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool IsFullSceneAntialiasingHQEnabled()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9100 Use getAntialiasingParameters() to get this information.

See Also