Click or drag to resize
SoIvTune.Start 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: 10.12.3.0 (10.12.3.0)
Syntax
public static void Start(
	SoNode scene
)

Parameters

scene
Type: OIV.Inventor.Nodes.SoNode
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