SoScaleVizARTSaveSnapshotImage Method |
Save a scene rendering snapshot image.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void SaveSnapshotImage(
SoSceneManager sceneManager
)
Public Shared Sub SaveSnapshotImage (
sceneManager As SoSceneManager
)
public:
static void SaveSnapshotImage(
SoSceneManager^ sceneManager
)
static member SaveSnapshotImage :
sceneManager : SoSceneManager -> unit
Parameters
- sceneManager
- Type: OIV.InventorSoSceneManager
RemarksThis generates output an PNG image file which filename is on the form [name]_snapshot[N].png Where:
See Also