Click or drag to resize
SoUniformGridClippingthickness Property

Defines a clipping thickness in the axis direction.

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

Property Value

Type: SoSFFloat
Remarks

Ignored if set to 0. Default is 0;

Value is in the normalized OIV.VolumeViz.Nodes.SoUniformGridClipping.extent space (can be seen as a percentage of the extent).

Notes:

  • If thickness is 0 and clipBelow and clipAbove are both true then the whole volume is clipped.

  • A value greater than 1.0 makes sense only if the extent of the OIV.VolumeViz.Nodes.SoUniformGridClipping is smaller than the extent of the volume data it applies to.

    Note Note

    Field available since Open Inventor 8.6

See Also