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: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.1.0.0. No longer used and the parameters are ignored. Use render() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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