Click or drag to resize
SoOrthoSliceclippingSide Property

Specifies the clipping side.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoOrthoSliceClippingSides> clippingSide { get; }

Property Value

Type: SoSFEnumSoOrthoSliceClippingSides
Remarks

. Default is BACK. Clipping side FRONT means that the clip plane (removes) clips away geometry in the positive direction on the slice axis. BACK means that the clip plane clips away geometry in the negative direction on the slice axis.

  • These figures show an ortho slice clipping a data volume.Right:
    alphaUse = ALPHA_BINARY interpolation = LINEARBottom left:
    alphaUse = ALPHA_OPAQUE interpolation = LINEARBottom right:
    alphaUse = ALPHA_BINARY interpolation = NEAREST

    See Also