Click or drag to resize
SoSceneManagerGetAntialiasing Method

Note: This API is now obsolete.

Obsoletesince Open Inventor 9100.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use method OIV.Inventor.SoSceneManager.GetAntialiasingParameters() to get this information.")]
public void GetAntialiasing(
	out bool smoothing,
	out int numPasses
)

Parameters

smoothing
Type: SystemBoolean
numPasses
Type: SystemInt32
Remarks

OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes). Use method OIV.Inventor.SoSceneManager.GetAntialiasingParameters() to get this information.

See Also