GMS:2D Grid Creation and Editing: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{2D Grid links}} | {{2D Grid links}} | ||
== Creating 2D Grids == | |||
Two types of 2D grids are | Two types of 2D grids are supported by GMS, [[GMS:2D_Grid_Types|mesh centered and cell centered]]. The two main techniques used to create 2D grids are: the '''''Create Grid''''' command and the [[GMS:Map to Modules#Map to 2D Grid|'''''Map -> 2D Grid''''']] command. A 2D grid can also be created from an existing 3D grid using the [[GMS:3D Grid Module#Converting 3D Grids to Other Data Types|'''''Grid -> 2D Grid''''']] command in the ''Grid'' menu of the [[GMS:3D Grid Module|3D Grid Module]]. A [[GMS:Importing/Exporting GIS Grids|GIS grid]] may also be imported. | ||
===Create Grid=== | |||
:A new grid can be created by selecting the '''''Create Grid''''' command from the ''Grid'' menu. This command brings up the Create Grid dialog. The options in the dialog are as follows: | :A new grid can be created by selecting the '''''Create Grid''''' command from the ''Grid'' menu. This command brings up the Create Grid dialog. The options in the dialog are as follows: | ||
Line 14: | Line 14: | ||
:'''Type and Orientation''' - The controls at the bottom of the Create Grid dialog are used to define the type and orientation of the grid. The user can specify whether the grid should be a mesh-centered grid or a cell-centered grid. The orientation of the ij axes with respect to the XY axes can also be specified. | :'''Type and Orientation''' - The controls at the bottom of the Create Grid dialog are used to define the type and orientation of the grid. The user can specify whether the grid should be a mesh-centered grid or a cell-centered grid. The orientation of the ij axes with respect to the XY axes can also be specified. | ||
===Map -> 2D Grid=== | |||
:The '''''Map -> 2D Grid''''' command is used to construct a 2D grid using the feature objects in a 2D Grid Coverage. When the '''''Map -> 2D Grid''''' command is selected, the Create Grid dialog appears. If a grid frame has been defined, the size and location of the grid frame are used to initialize the fields in the Create Grid dialog. In most cases, these values will not need to be changed and the user can simply select the OK button to create the grid. If a grid frame has not been defined, the size and location of the grid are initialized so that the grid just surrounds the currently defined feature objects. If desired, the grid dimensions can be edited prior to selecting the OK button to create the grid. | :The '''''Map -> 2D Grid''''' command is used to construct a 2D grid using the feature objects in a 2D Grid Coverage. When the '''''Map -> 2D Grid''''' command is selected, the Create Grid dialog appears. If a grid frame has been defined, the size and location of the grid frame are used to initialize the fields in the Create Grid dialog. In most cases, these values will not need to be changed and the user can simply select the OK button to create the grid. If a grid frame has not been defined, the size and location of the grid are initialized so that the grid just surrounds the currently defined feature objects. If desired, the grid dimensions can be edited prior to selecting the OK button to create the grid. | ||
:If one or more refine points are defined in the conceptual model, the number of rows and columns in the grid will be automatically determined when the grid is created. Thus, these fields cannot be edited by the user and will be dimmed. If refine points are not defined, the user must enter the number of rows and columns. | :If one or more refine points are defined in the conceptual model, the number of rows and columns in the grid will be automatically determined when the grid is created. Thus, these fields cannot be edited by the user and will be dimmed. If refine points are not defined, the user must enter the number of rows and columns. | ||
== Editing 2D Grids == | |||
Each of the cells in a 2D grid can be active or inactive. An inactive cell is ignored when contours, fringes, or vectors are displayed on the mesh. | Each of the cells in a 2D grid can be active or inactive. An inactive cell is ignored when contours, fringes, or vectors are displayed on the mesh. | ||
Line 25: | Line 25: | ||
Rows and columns can be added to an existing 2D grid by using the '''''Add i Boundary''''' tool and the '''''Add j Boundary''''' tool. Also, the interface between a row and a column can be moved by using the '''''Move Boundary''''' tool. (See [[GMS:2D Grid Tool Palette|2D Grid Tool Palette]]) | Rows and columns can be added to an existing 2D grid by using the '''''Add i Boundary''''' tool and the '''''Add j Boundary''''' tool. Also, the interface between a row and a column can be moved by using the '''''Move Boundary''''' tool. (See [[GMS:2D Grid Tool Palette|2D Grid Tool Palette]]) | ||
====Merging Rows or Columns==== | |||
Rows or columns can be merged together by selecting the rows or columns using the Select i [[Image:Tool_2DG_Select_I.png]] or Select j [[Image:Tool_2DG_Select_J.png]] tools, right-clicking and selecting the Merge command from the pop-up menu. This command is the same as the Merge Cells command in the Grid menu in the main menu bar. | |||
{{Navbox GMS}} | {{Navbox GMS}} | ||
[[Category:2D Grid]] | [[Category:2D Grid]] |