Click or drag to resize
SoVRSegyFileReaderScanningProgressCallback Property

Sets a progress callback when the SEGY file is scanned.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoVRSegyFileReaderSoSegyScanningCB ScanningProgressCallback { get; set; }

Property Value

Type: SoVRSegyFileReaderSoSegyScanningCB
Remarks

The SEGY file is scanned when:

  • 1 - The trace header or the trace data is requested, if the trace length is not constant

  • 2 - The Inline/Crossline/Z ranges are requested (see OIV.VolumeViz.Readers.SoVRSegyFileReader.GetInlineRange(System.Int32@, System.Int32@, System.Int32@), OIV.VolumeViz.Readers.SoVRSegyFileReader.GetCrosslineRange(System.Int32@, System.Int32@, System.Int32@), OIV.VolumeViz.Readers.SoVRSegyFileReader.GetZRange(System.Int32@, System.Int32@, System.Int32@))

  • 3 - The P1, P2 and P3 coordinates are requested (see OIV.VolumeViz.Readers.SoVRSegyFileReader.GetP1P2P3Coordinates(OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@))

See Also