Click or drag to resize
SoVolumeRenderAbortCodes Enumeration

Abort code for callback.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum AbortCodes
Members
  Member nameValueDescription
CONTINUE0

Continue rendering as usual.

ABORT1

The render action of the OIV.VolumeViz.Nodes.SoVolumeRender node is aborted.

The render action continues for the remaining part of the scene graph.

SKIP2

The current slice is not drawn.

Rendering continues with the next slice.

Remarks