Click or drag to resize
SoIvTuneStart Method (SoNode)
Starts an IvTune session based on the specified scene graph, for example a subset of the application scene graph.

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Start(
	SoNode scene
)

Parameters

scene
Type: OIV.Inventor.NodesSoNode
Remarks

Starts an IvTune session based on the specified scene graph, for example a subset of the application scene graph.

This method has no effect if IvTune is already running.

See Also