Click or drag to resize
SoVolumeClippingGroupclipOutside Property

If true, voxels inside the clipping object will be drawn, voxels outside will be clipped.

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

Property Value

Type: SoSFBool
Remarks

Default is true. Note that if the VolumeClippingGroup is empty, setting clipOutside to true will clip everything and setting it to false will clip nothing.

See Also