Click or drag to resize
SoSceneManagerGetAntialiasingParameters Method

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoAntialiasingParameters GetAntialiasingParameters()

Return Value

Type: SoAntialiasingParameters
Remarks

Returns null by default. A quality value set using the OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes) method may modify internal parameters, but does not affect the value returned by this method. Therefore this method does not necessarily return the current actual antialiasing parameters.

See Also