Click or drag to resize
SoVRSegyFileReaderSetSegyAxisOrder Method

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

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetSegyAxisOrder(
	SoVRSegyFileReaderSegyAxisOrders axisOrder
)

Parameters

axisOrder
Type: OIV.VolumeViz.ReadersSoVRSegyFileReaderSegyAxisOrders
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