Click or drag to resize
SoIvTuneSetInstance Method (Int32, String, SoNode, Boolean)

Note: This API is now obsolete.

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetInstance(
	int argc,
	string[] argv,
	SoNode root,
	bool createViewer
)

Parameters

argc
Type: SystemInt32
argv
Type: SystemString
root
Type: OIV.Inventor.NodesSoNode
createViewer
Type: SystemBoolean
Remarks

Opens an IvTune window displaying the specified scene graph. The argc and argv parameters are not normally used. if createViewer is true then a viewer is created to do the rendering else only the treeview part will be shown.Obsoletesince Open Inventor 9000 No longer used. Use start() instead.

See Also