SoVRSegyFileReaderSetSegyAxisOrder Method |
Sets the storage order for X, Y, and Z axes.
Namespace: OIV.VolumeViz.Readers
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:
Calling ()
Calling (), or
Setting the reader in an OIV.VolumeViz.Nodes.SoVolumeData node.
(Because the last two operations indirectly cause () to be called.)