Is there a way to get the x, y and z point values of a particular surface in petrel through Ocean and print them out in the Petrel output window?
1
There are 1 answers
Related Questions in OCEAN
- How to read and visualize EK500 acoustic data with python
- How do i update the max upload file size of php.ini in digital ocean app platform?
- How to fix poor bathymetry resolution using "ggOceanMaps" package in R?
- How can I add lat and lon dimensions to a non-standard netcdf file in python to perform analysis on IPCC AR6 sea level projection dataset?
- Python - join/understand .txt in .nc
- Land masking and Fast Fourier transformation
- Ocean Petrel PluginPackager Fails Third-Party Validation
- How to access the values of a dictionary property in a grid using Ocean for Petrel?
- How do I programmatically invoke a process with UI in Petrel using Ocean API
- wp theme git push to github and vps
- How to calculate Ocean heat content?
- Missing data/ 0 value for Chl-a on 180 degree meridian (Oceanmap)
- I applied R "particle" package to ocean velocity data and got an error saying I was out of memory
- Applying particles package in R to ocean velocity
- Add high-resolution bottom topography to Cartopy map
Related Questions in PETREL
- Remote desktop is crashing Petrel software
- Petrel, volume calculations of a part of the model
- PETREL Updating values in Zone Log. Processing Speed VERY SLOW
- Ocean Petrel PluginPackager Fails Third-Party Validation
- How to access the values of a dictionary property in a grid using Ocean for Petrel?
- How do I programmatically invoke a process with UI in Petrel using Ocean API
- Decode SEGD file and plot any trace from it
- Which conditions are checked by Petrel in the plug-in manager to see if a plug-in is already installed?
- How to run simulation case using "ocean petrel API" from console application in C#
- access to SeismicCube from another thread
- Python - convert SEGY to image/list of numbers, mark horizons, convert to SEGY
- Reference list and custom Petrel worksteps
- Exporting data from Petrel (Workflows) to Excel error - offset and length were out of bounds
- Schlumberger Eclipse 100 Simulation, constraint the reservoir pressure?
- Calculate seismic attributes for area near to given wells in PETREL
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Assuming you are referring to a RegularHeightFieldSurface, all the information you need is readily available in the Ocean SDK. I believe you are looking for RegularHeightFieldSample.
The PetrelLogger can be used to output strings to the Message Log, log files or standard message boxes.
You asked an almost identical question here: How to generate a surface from other surfaces in Petrel. Both current answers, that you acknowledged, also answers this question.
Ocean (like most moderately complex APIs) does require some upfront investment in getting acquainted with the basics. Stack Overflow is no substitute for self study.... :-)