Click or drag to resize
SoResampleImageProcessing3dsubVolume Property

Specifies the input subvolume as an axis aligned box in 3D space.

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBox3f subVolume { get; }

Property Value

Type: SoSFBox3f
Remarks

Default is (0,0,0, 1,1,1). This box is (optionally) transformed by the OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms.SoResampleImageProcessing3d.subVolumeTransform to define the final input subvolume.

See Also