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: 10.3.0.0 (10.3.0.0)
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.m_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: field available since Open Inventor 8.6

See Also