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 OIV.VolumeViz.Readers.SoVRSegyFileReader.GetDataChar(OIV.Inventor.SbBox3f@, OIV.LDM.Nodes.SoDataSet.DataTypes@, OIV.Inventor.SbVec3i32@)
Calling OIV.VolumeViz.Readers.SoVRSegyFileReader.SetFilename(System.String), or
Setting the reader in an OIV.VolumeViz.Nodes.SoVolumeData node.
(Because the last two operations indirectly cause OIV.VolumeViz.Readers.SoVRSegyFileReader.GetDataChar(OIV.Inventor.SbBox3f@, OIV.LDM.Nodes.SoDataSet.DataTypes@, OIV.Inventor.SbVec3i32@) to be called.)