SoOffscreenVolumeRenderSynchronousExtraction Method |
Does extraction synchronously, whereas using trigger field will execute extraction on next redraw.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool SynchronousExtraction(
SoSceneManager sceneManager
)
Public Function SynchronousExtraction (
sceneManager As SoSceneManager
) As Boolean
public:
bool SynchronousExtraction(
SoSceneManager^ sceneManager
)
member SynchronousExtraction :
sceneManager : SoSceneManager -> bool
Parameters
- sceneManager
- Type: OIV.InventorSoSceneManager
the scene manager of the viewer scene to be extracted.
Return Value
Type:
Booleantrue on success.
Remarks See Also