SnapshotType
Types of snapshots that can be captured from the application.
Import
import ScriptingApi as api
# Access the class
# SnapshotType is available via api.SnapshotType
Enumeration Values
Enumeration Type from SnapshotType
| Value | Description |
|---|---|
SnapshotType.Application | Application option |
SnapshotType.Scene | Scene option |
SnapshotType.View3D | View3D option |
SnapshotType.View3D_NegativeX | View3D_NegativeX option |
SnapshotType.View3D_PositiveX | View3D_PositiveX option |
SnapshotType.View3D_NegativeY | View3D_NegativeY option |
SnapshotType.View3D_PositiveY | View3D_PositiveY option |
SnapshotType.View3D_NegativeZ | View3D_NegativeZ option |
SnapshotType.View3D_PositiveZ | View3D_PositiveZ option |
SnapshotType.View3D_Isometric | View3D_Isometric option |
SnapshotType.Slice_LeftRight | Slice_LeftRight option |
SnapshotType.Slice_FrontBack | Slice_FrontBack option |
SnapshotType.Slice_TopBottom | Slice_TopBottom option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SnapshotType.Application