Click or drag to resize
SoSceneManagerGetAntialiasing Method

Note: This API is now obsolete.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.1.0.0. Use method getAntialiasingParameters() to get this information.")]
public void GetAntialiasing(
	out bool smoothing,
	out int numPasses
)

Parameters

smoothing
Type: SystemBoolean
numPasses
Type: SystemInt32
Remarks

Caution note Caution

Obsolete since Open Inventor 9100. Use method OIV.Inventor.SoSceneManager.GetAntialiasingParameters() to get this information.

See Also

Reference

OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes)