User Doc update

This commit is contained in:
Jacob Støren 2013-10-22 12:01:08 +02:00
parent 89cd331489
commit cb19ec5524
8 changed files with 29 additions and 11 deletions

View File

@ -101,6 +101,7 @@ RMB | Pressing Right mouse button
#### Ceetron navigation mode #### Ceetron navigation mode
Mouse interaction | Action Mouse interaction | Action
------------------|------- ------------------|-------
LMB | Pan model LMB | Pan model
@ -108,18 +109,19 @@ MMB | Zoom to mouse pointer location
Scroll wheel | Zoom to mouse pointer location Scroll wheel | Zoom to mouse pointer location
RMB | Rotate model RMB | Rotate model
| |
RMB single click | Context menu RMB single click | Context menu
LMB single click | Update status bar and **Result Info** LMB single click | Update status bar and **Result Info**
#### CAD navigation mode #### CAD navigation mode
Mouse interaction | Action Mouse interaction | Action
------------------|------- ------------------|-------
MMB | Rotate model MMB | Rotate model
MMB + Shift | Pan model MMB + Shift | Pan model
Scroll wheel | Zoom to mouse pointer location Scroll wheel | Zoom to mouse pointer location
| |
RMB single click | Context menu RMB single click | Context menu
LMB single click | Update status bar and **Result Info** LMB single click | Update status bar and **Result Info**
### Project files and Cache directory ### Project files and Cache directory
@ -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. *TIP:* The `.rsp`-file is an XML file, and can be edited by any text editor.
### Export ### Export options
#### Snapshot images #### 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 ![](images/SnapShot.png) ![](images/SnapShotSave.png)
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 ##### All Views ![](images/SnapShotSaveViews.png)
Result data can be exported to Eclipse Ascii file by activating the context menu for a **Cell Result**. 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**. ![](images/ExportProperty.png)
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 -- Exported from ResInsight
<keyword> <keyword>
<data for all cells> <One number per cell separated by spaces>
/ /

View File

@ -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.
![](images/3DViewOverview.png)
### Cell Results ### Cell Results

View File

@ -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. can also export modified cell property data sets to single Eclipse input files.
- [ Getting Started ] (GettingStarted.md) - [ Getting Started ] (GettingStarted.md)
- [ Working with reservoir views ] (ReservoirViews.md) - [ Working with 3D Views ] (ReservoirViews.md)
- [ Multiple realizations and statistics ] (CaseGroupsAndStatistics.md) - [ Multiple realizations and statistics ] (CaseGroupsAndStatistics.md)
- [ Octave Interface] (OctaveInterface.md) - [ Octave Interface] (OctaveInterface.md)
- [ Command Line Arguments] (CommandLineParameters.md) - [ Command Line Arguments] (CommandLineParameters.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB