Click or drag to resize
SoWinRenderAreaGetAntialiasing Method

Note: This API is now obsolete.

Gets the antialiasing used for rendering.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
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