Click or drag to resize
SoVRSegyFileReader.SetSegyAxisOrder Method

Sets the storage order for X, Y, and Z axes.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetSegyAxisOrder(
	SoVRSegyFileReader. SegyAxisOrders axisOrder
)

Parameters

axisOrder
Type: OIV.VolumeViz.Readers.SoVRSegyFileReader.SegyAxisOrders
Remarks

For example, XYZ_AS_INLINE_CROSSLINE_SAMPLE means lines along X, crosslines along Y, and samples along Z axis.

The default value is XYZ_AS_SAMPLE_INLINE_CROSSLINE, meaning samples along X, lines along Y, and crosslines along Z axis.

Note: You must call this method before:

(Because the last two operations indirectly cause () to be called.)

See Also