mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update GettingStarted.md
This commit is contained in:
parent
ce122eae8b
commit
2a055854d8
@ -91,38 +91,45 @@ ResInsight supports the follwing type of Eclipse input data:
|
||||
|
||||
### Model navigation
|
||||
|
||||
ResInsight comes with a set of predefined 3D navigation modes. This mode can be set in the **Preferences** dialog (**Edit->Preferences**).
|
||||
ResInsight comes with two 3D navigation modes. The active mode can be selected in the **Preferences** dialog (**Edit->Preferences**).
|
||||
|
||||
Abbreviation | Meaning
|
||||
-------------|-------
|
||||
LMB | Left mouse button
|
||||
RMB | Right mouse button
|
||||
MMB | Middle mouse button or scroll wheel button
|
||||
LMB | Pressing left mouse button
|
||||
MMB | Pressing Middle mouse button or scroll wheel button
|
||||
RMB | Pressing Right mouse button
|
||||
|
||||
|
||||
#### Ceetron navigation mode
|
||||
Mouse interaction | Action
|
||||
------------------|-------
|
||||
LMB + move | Move model
|
||||
RMB + move | Rotate model
|
||||
RMB + move | Rotate model
|
||||
LMB + RMB + move | Zoom
|
||||
Scroll wheel | Zoom
|
||||
RMB click | Context menu
|
||||
LMB click | Update status bar and **Result Info**
|
||||
LMB | Pan model
|
||||
MMB | Zoom to mouse pointer location
|
||||
Scroll wheel | Zoom to mouse pointer location
|
||||
RMB | Rotate model
|
||||
|
|
||||
RMB single click | Context menu
|
||||
LMB single click | Update status bar and **Result Info**
|
||||
|
||||
#### CAD navigation mode
|
||||
Mouse interaction | Action
|
||||
------------------|-------
|
||||
MMB + move | Rotate model
|
||||
MMB | Rotate model
|
||||
MMB + Shift | Pan model
|
||||
RMB + move | Rotate model
|
||||
LMB + RMB + move | Zoom to mouse pointer location
|
||||
Scroll wheel | Zoom to mouse pointer location
|
||||
RMB click | Context menu
|
||||
LMB click | Update status bar and **Result Info**
|
||||
|
|
||||
RMB single click | Context menu
|
||||
LMB single click | Update status bar and **Result Info**
|
||||
|
||||
|
||||
### Project files and related data `*.rsp`
|
||||
|
||||
ResInsight stores which cases you have imported and all the settings for each view etc. in a project file with the extension `.rsp`.
|
||||
This file only contains references to the real data files, and even references to datafiles generated by ResInsight itself.
|
||||
Statistics calculations, property sets you generate by using Octave and well paths are saved to a folder in the same directory as you save the project file, and is named <ProjectFileName>_cache. So if you need to move your project, make sure you move this folder as well.
|
||||
|
||||
*TIP:* The `rsp`-file is an XML file, and can be edited by any text editor.
|
||||
|
||||
### Export
|
||||
#### 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.
|
||||
|
Loading…
Reference in New Issue
Block a user