Click or drag to resize
SoOrthoSliceclipping Property

Activate/deactivate a clipping plane on a per-slice basis.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool clipping { get; }

Property Value

Type: SoSFBool
Remarks

Optionally, this node also defines a clipping plane. Similar to OIV.Inventor.Nodes.SoClipPlane, this clipping plane affects all subsequent geometry, including OIV.VolumeViz.Nodes.SoVolumeRender, but does not of course affect the ortho slice itself. The OIV.VolumeViz.Nodes.SoOrthoSlice.clippingSide field controls which half-space is clipped.

See Also