Click or drag to resize
SoOrthoSliceclippingSide Property

Specify the clipping side.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
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.

<TABLE border=0 cellspacing=0 cellpadding=5>
  <TR><TD valign=_top> These figures show an ortho slice clipping a data volume.

     Right:
       - #alphaUse = ALPHA_BINARY <BR>
       - #interpolation = LINEAR

     Bottom left:
       - #alphaUse = ALPHA_OPAQUE <BR>
       - #interpolation = LINEAR

     Bottom right:
       - #alphaUse = ALPHA_BINARY <BR>
       - #interpolation = NEAREST

  <TD valign=_top> @image html binarylinear.jpg
  <TR><TD valign=_top> @image html opaquelinear.jpg
  <TD valign=_top> @image html binarynearest.jpg
</TABLE>

See Also