Click or drag to resize
SoGetObliquePlaneFromVolumeProcessing3dPrecisionModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageManipulation.ImageEditing
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum PrecisionModes
Members
  Member nameValueDescription
NEARBY_PIXEL0

This mode gets the value of the nearest voxel.

INTERPOLATION1

This mode gets the cubic interpolation from the nearest voxel.

Remarks