Click or drag to resize
SoScaleVizARTSaveSnapshotImage Method

Save a scene rendering snapshot image.

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

Parameters

sceneManager
Type: OIV.InventorSoSceneManager
Remarks

This generates output an PNG image file which filename is on the form [name]_snapshot[N].png Where:

  • [name] is the current ART test name

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

See Also