Click or drag to resize
SoVRSegyFileReaderSetVolumeSizeVoxels Method

If true, the volume extent (bounds in world coordinates) is set to 0 to dimension-1 on each axis.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetVolumeSizeVoxels(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Else the volume extent is normalized to fit inside a unit cube centered at the origin. In other words, the size will be -.5 to +.5 along the longest dimension. false by default. The application can also set the volume extent to whatever is appropriate by setting the OIV.VolumeViz.Nodes.SoVolumeData node's extent field.

See Also