GMS:2D Grid Commands: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(45 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="wikitable"
{{Infobox GMS Commands}}
! Menu Command !! Description
When the 2D Grid module is active, the ''Grid'' menu becomes active. The ''Grid'' menu contains one submenu; the ''Convert To'' submenu. The following commands are found in the ''Grid'' menu:
|-
 
| Create Grid... || Brings up the ''Create Finite Difference Grid'' dialog.
; [[GMS:2D Grid Creation and Editing#Creating 2D Grids|Create Grid...]] : Brings up the ''Create Finite Difference Grid'' dialog.  
|-
; [[GMS:2D Grid Creation and Editing|Merge Cells]] : Merges selected grid rows or columns into one grid row or column.
| colspan="2" |
; Find Cell... : The '''Find Cell''' command in the ''Grid'' menu opens a dialog that allows finding a grid cell or node by ID or by IJ (for 2D grids) or IJK (for 3D grids).  
|-
; Find Node... : Selects a node given an ID or IJ coordinate.
| Merge Cells ||
; Zoom To Extents : Frames the Graphics Window around the selected objects.
|-
; ''Convert To''> :
| colspan="2" |
<blockquote style="margin-top:0px; margin-bottom:0px;">
|-
; [[GMS:Converting_2D_Grids#Grid_->_2D_Scatter_Points|Grid &rarr; 2D Scatter Points]] : Creates a scatter point set with a point on the center of each cell with the value of the cell.  
| Find Cell... || User may find a cell based on "Cell ID" or "IJK" coordinates.
; [[GMS:Converting_2D_Grids#Grid_->_TIN|Grid &rarr; TIN]] : Creates a TIN based on cell centers of the grid.  
|-
; [[GMS:Converting_2D_Grids#Grid_->_2D_Mesh|Grid &rarr; 2D Mesh]] : Creates a mesh typically from the cell centered values in the grid for the different layers.  The first dialog allows choosing between the cell centers or the cell corners to create the mesh.  A disclaimer is given that data values are given at the cell center and that datasets will not be converted.  
| Find Node... || User may find a node based on "Cell ID" or "IJK" coordinates.
; [[GMS:Converting_2D_Grids#Grid_.E2.86.92_Ugrid|UGrid]] : Creates a Ugrid based on the grid dimensions.
|-
; [[GMS:Converting_2D_Grids#Contours_->_Arcs|Contours &rarr; Arcs]] : Converts layer contours into arcs that can be manipulated as drawing objects.
| colspan="2" |
</blockquote>
|-
 
| Grid -> 2D Scatter Points || Creates a scatter point set with a point on the center of each cell with the value of the cell.
==Right-Click Menu==
|-
Right-clicking on 2D grid [[File:2D Grid Icon.svg|16 px]] item in the Project Explorer has the following additional commands:
| Grid -> TIN || Creates a TIN based on cell centers of the grid.
; Import Dataset : Allows opening datasets to be add values to the grid.
|-
 
| Grid -> 2D Mesh || Creates a mesh typically from the cell centered values in the grid for the different layers.  The first dialog allows the user to choose between the cell centers or the cell corners to create the mesh.  A disclaimer is given that data values are given at the cell center and that data sets will not be converted.
==Related Topics==
|-
*[[GMS:2D Grid Module | 2D Grid Module]]
| Contours -> Arcs || Converts layer contours into arcs that can be manipulated as drawing objects.
*[[GMS:Converting 2D Grids|Converting 2D Grids]]
|}




{{Navbox GMS}}
{{Navbox GMS}}
[[Category:2D Grid]]
[[Category:2D Grid|Com]]
[[Category:Menus]]
[[Category:GMS Menus]]

Latest revision as of 17:58, 2 October 2017

GMS Commands
Common
File
Edit
Display
Modules
TINs
Boreholes
Solids
Mesh (2D)
Grid (2D)
Scatter Points (2D)
Interpolation (2D and 3D)
Mesh (3D)
Grid (3D)
Scatter Points (3D)
Feature Objects
GIS
UGrid
Models
FEMWATER
MODAEM
MODFLOW
mod-PATH3DU
MODPATH
MT3DMS
SEAWAT
SEEP2D
T-PROGS
UTEXAS

When the 2D Grid module is active, the Grid menu becomes active. The Grid menu contains one submenu; the Convert To submenu. The following commands are found in the Grid menu:

Create Grid...
Brings up the Create Finite Difference Grid dialog.
Merge Cells
Merges selected grid rows or columns into one grid row or column.
Find Cell...
The Find Cell command in the Grid menu opens a dialog that allows finding a grid cell or node by ID or by IJ (for 2D grids) or IJK (for 3D grids).
Find Node...
Selects a node given an ID or IJ coordinate.
Zoom To Extents
Frames the Graphics Window around the selected objects.
Convert To>
Grid → 2D Scatter Points
Creates a scatter point set with a point on the center of each cell with the value of the cell.
Grid → TIN
Creates a TIN based on cell centers of the grid.
Grid → 2D Mesh
Creates a mesh typically from the cell centered values in the grid for the different layers. The first dialog allows choosing between the cell centers or the cell corners to create the mesh. A disclaimer is given that data values are given at the cell center and that datasets will not be converted.
UGrid
Creates a Ugrid based on the grid dimensions.
Contours → Arcs
Converts layer contours into arcs that can be manipulated as drawing objects.

Right-Click Menu

Right-clicking on 2D grid 2D Grid Icon.svg item in the Project Explorer has the following additional commands:

Import Dataset
Allows opening datasets to be add values to the grid.

Related Topics