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: 2024.1.1.0 (2024.1.1)
Syntax
public virtual 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 OIV.VolumeViz.Readers.SoVRSegyFileReader.GetDataChar(OIV.Inventor.SbBox3f@, OIV.LDM.Nodes.SoDataSet.DataTypes@, OIV.Inventor.SbVec3i32@) to be called.)

See Also