GMS:2D Grid Commands: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 2: Line 2:
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:
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:


*[[GMS:2D Grid Creation and Editing#Creating 2D Grids|'''Create Grid...''']]  
; [[GMS:2D Grid Creation and Editing#Creating 2D Grids|Create Grid...]] : Brings up the ''Create Finite Difference Grid'' dialog.  
<blockquote> Brings up the ''Create Finite Difference Grid'' dialog. </blockquote>
; [[GMS:2D Grid Creation and Editing|Merge Cells]] : Merges selected grid rows or columns into one grid row or column.  
*[[GMS:2D Grid Creation and Editing|'''Merge Cells''']]  
; 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).  
<blockquote> Merges selected grid rows or columns into one grid row or column. </blockquote>
; Find Node... : Selects a node given an ID or IJ coordinate.  
*'''Find Cell... '''
; Zoom To Extents : Frames the Graphics Window around the selected objects.
<blockquote> The '''Find Cell''' command in the ''Grid'' menu opens a dialog that lets you find a grid cell or node by ID or by IJ (for 2D Grids) or IJK (for 3D Grids) indices. The cell or node is selected and highlighted. If there is no cell or node with the given ID or IJK, the one closest to it is selected. </blockquote>
; ''Convert To''> :
*'''Find Node...'''
<blockquote style="margin-top:0px; margin-bottom:0px;">
<blockquote> Selects a node given an ID or IJ coordinate. </blockquote>
; [[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.
* '''Zoom To Extents'''
; [[GMS:Converting_2D_Grids#Grid_->_TIN|Grid &rarr; TIN]] : Creates a TIN based on cell centers of the grid.  
{{Version GMS 10.1}}
; [[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.
<blockquote>Frames the Graphics Window around the selected objects.</blockquote>
; [[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.
</blockquote>


====''Convert To''> submenu====
==Right-Click Menu==
*[[GMS:Converting_2D_Grids#Grid_->_2D_Scatter_Points|'''Grid &rarr; 2D Scatter Points''']]
Right-clicking on 2D grid [[File:2D Grid Icon.svg|16 px]] item in the Project Explorer has the following additional commands:
<blockquote> Creates a scatter point set with a point on the center of each cell with the value of the cell. </blockquote>
; Import Dataset : Allows opening datasets to be add values to the grid.
*[[GMS:Converting_2D_Grids#Grid_->_TIN|'''Grid &rarr; TIN''']]
<blockquote> Creates a TIN based on cell centers of the grid. </blockquote>
*[[GMS:Converting_2D_Grids#Grid_->_2D_Mesh|'''Grid &rarr; 2D Mesh''']]  
<blockquote> 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 datasets will not be converted. </blockquote>
*[[GMS:Converting_2D_Grids#Contours_->_Arcs|'''Contours &rarr; Arcs''']]
<blockquote> Converts layer contours into arcs that can be manipulated as drawing objects. </blockquote>


==Related Topics==
==Related Topics==
*[[GMS:2D Grid Module | 2D Grid Module]]
*[[GMS:2D Grid Module | 2D Grid Module]]
*[[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