Click or drag to resize
SoScaleVizARTSaveSnapshotSceneGraph Method

Save a scene graph snapshot.

Namespace: OIV.ScaleViz
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static void SaveSnapshotSceneGraph(
	SoSceneManager sceneManager
)

Parameters

sceneManager
Type: OIV.InventorSoSceneManager
Remarks

This generates an Open Inventor ASCII formatted file which filename is on the form [name]_[N].iv Where:

  • [name] is the current ART test name

  • [N] is an automatic increment generated by ART.

See Also