Click or drag to resize
SoIvTuneStart Method (SoSceneManager)

Note: This API is now obsolete.

Starts an IvTune session based on the scene graph in an existing SoSceneManager.

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used. Use Start(SoRenderAreaCore) or Start(SoNode) instead.")]
public static void Start(
	SoSceneManager sceneManager
)

Parameters

sceneManager
Type: OIV.InventorSoSceneManager
Remarks

Starts an IvTune session based on the scene graph in an existing SoSceneManager.

This method has no effect if IvTune is already running.

See Also