Click or drag to resize
SoOffscreenVolumeRenderSynchronousExtraction Method

Does extraction synchronously, whereas using trigger field will execute extraction on next redraw.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SynchronousExtraction(
	SoSceneManager sceneManager
)

Parameters

sceneManager
Type: OIV.InventorSoSceneManager

the scene manager of the viewer scene to be extracted.

Return Value

Type: Boolean

true on success.

Remarks

See Also