mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
User Doc update
This commit is contained in:
parent
89cd331489
commit
cb19ec5524
@ -101,6 +101,7 @@ RMB | Pressing Right mouse button
|
||||
|
||||
|
||||
#### Ceetron navigation mode
|
||||
|
||||
Mouse interaction | Action
|
||||
------------------|-------
|
||||
LMB | Pan model
|
||||
@ -112,6 +113,7 @@ RMB single click | Context menu
|
||||
LMB single click | Update status bar and **Result Info**
|
||||
|
||||
#### CAD navigation mode
|
||||
|
||||
Mouse interaction | Action
|
||||
------------------|-------
|
||||
MMB | Rotate model
|
||||
@ -131,15 +133,26 @@ Statistics calculations, property sets you generate by using Octave and well pat
|
||||
|
||||
*TIP:* The `.rsp`-file is an XML file, and can be edited by any text editor.
|
||||
|
||||
### Export
|
||||
### Export options
|
||||
#### Snapshot images
|
||||
Image export of current 3D view can be launched from **File->Export->Snapshot To File**. If a project contains multiple views, all views can be exported using **File->Export->Snapshot All Views To File**. A snapshot can also be copied to clipboard using **Edit->Copy Snapshot To Clipboard**. All three commands are also available on the toolbar.
|
||||
##### Single View  
|
||||
Image export of current 3D view can be launched from **File->Export->Snapshot To File**. A snapshot can also be copied to clipboard using **Edit->Copy Snapshot To Clipboard**.
|
||||
|
||||
#### Export of Eclipse Ascii data
|
||||
Result data can be exported to Eclipse Ascii file by activating the context menu for a **Cell Result**.
|
||||
##### All Views 
|
||||
If a project contains multiple views, all views can be exported using **File->Export->Snapshot All Views To File**.
|
||||
|
||||
There is also possible to launch snapsotting of all the views from the command line. See [ Command Line Arguments] (CommandLineParameters.md)
|
||||
|
||||
|
||||
|
||||
|
||||
#### Export of Eclipse Properties as Ascii data
|
||||
Eclipse Properties can be exported to Eclipse Ascii files by activating the context menu for a **Cell Result**. 
|
||||
|
||||
The command will export the property set currently loaded and shown in the 3D View to a file with the following format:
|
||||
|
||||
-- Exported from ResInsight
|
||||
<keyword>
|
||||
<data for all cells>
|
||||
<One number per cell separated by spaces>
|
||||
/
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
## Reservoir Views
|
||||
## Working with 3D Views
|
||||
|
||||
3D Views are the windows displaying the Grid Models. The visualization is controlled by the **Project Tree** item representing the **View** and their subitems.
|
||||
|
||||

|
||||
|
||||
|
||||
### Cell Results
|
||||
|
||||
|
@ -15,7 +15,7 @@ ResInsight also have support for extensive processing of the data sets through a
|
||||
can also export modified cell property data sets to single Eclipse input files.
|
||||
|
||||
- [ Getting Started ] (GettingStarted.md)
|
||||
- [ Working with reservoir views ] (ReservoirViews.md)
|
||||
- [ Working with 3D Views ] (ReservoirViews.md)
|
||||
- [ Multiple realizations and statistics ] (CaseGroupsAndStatistics.md)
|
||||
- [ Octave Interface] (OctaveInterface.md)
|
||||
- [ Command Line Arguments] (CommandLineParameters.md)
|
||||
|
BIN
Documentation/UsersGuide/images/3DViewOverview.png
Normal file
BIN
Documentation/UsersGuide/images/3DViewOverview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
Documentation/UsersGuide/images/ExportProperty.png
Normal file
BIN
Documentation/UsersGuide/images/ExportProperty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
Documentation/UsersGuide/images/SnapShot.png
Normal file
BIN
Documentation/UsersGuide/images/SnapShot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
Documentation/UsersGuide/images/SnapShotSave.png
Normal file
BIN
Documentation/UsersGuide/images/SnapShotSave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
Documentation/UsersGuide/images/SnapShotSaveViews.png
Normal file
BIN
Documentation/UsersGuide/images/SnapShotSaveViews.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user