Click or drag to resize
SoSceneManagerRender Method (Boolean, Boolean)

Note: This API is now obsolete.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10100. No longer used and the parameters are ignored. Use render() instead.")]
public void Render(
	bool clearWindow,
	bool clearZbuffer
)

Parameters

clearWindow
Type: SystemBoolean
clearZbuffer
Type: SystemBoolean
Remarks

Caution note Caution

Obsolete since Open Inventor 10100. No longer used and the parameters are ignored. Use OIV.Inventor.SoSceneManager.Render() instead.

See Also