Click or drag to resize
SoSceneManagerGetAntialiasingQuality Method

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

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public float GetAntialiasingQuality()

Return Value

Type: Single
Remarks

Returns 0.0 by default. Parameters set using the setAntialiasing(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