Click or drag to resize
SoWinGLWidgetGetAntialiasingQuality Method

Returns the antialiasing quality set using the setAntialiasing(float,AntialiasingMode) method.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public float GetAntialiasingQuality()

Return Value

Type: Single
Remarks

Returns 0.0 by default. Parameters set using the OIV.Inventor.Win.SoWinGLWidget.SetAntialiasing(OIV.Inventor.Antialiasing.SoAntialiasingParameters) method override internal parameters, but do not affect the value returned by this method. Therefore this method does not necessarily return the current actual antialiasing quality.

See Also