Developing the Seismic profile display program with Seismic. NET can save a lot of time. The following code shows how to use the least code to display a SEGY file.
= CgSegyReader (=. Controls. Add (plotControl );
Of course, professional profile display programs also require many interactive functions, such as scaling, dragging, following the mouse to display key information, reverse track order, setting the display mode, and displaying the cross cursor.
I recently wrote 15 subprograms, which can be used to build the basic profile display program step by step.
Example 1: Mini-section display program.
Example 2: Right-click an event.
Example 3: zoom operation.
Example 4: coordinate transformation of a section.
Example 5: Cross cursor.
Example 6: encapsulate the cross cursor.
Example 7: Roaming and dragging a section.
Example 8: reverse display.
Example 9: Output CGM
Example 10: refactor zoom and panning
Example 11: the status bar displays the test line number and CDP number.
Example 12: density change and Color Display.
Example 13: change the color bar.
Example 14: open any SEGY file.
Example 15: Read the detailed information of SEGY.