Click or drag to resize
SoSceneManagerGetAntialiasing Method

Note: This API is now obsolete.

Gets the antialiasing used for rendering.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetAntialiasing(
	out bool smoothing,
	out int numPasses
)

Parameters

smoothing
Type: SystemBoolean
numPasses
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 9100 Use method getAntialiasingParameters() to get this information.

See Also