SMS:Converting Coverages: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Map coverages can be used to generate other geometric data types in SMS such as meshes (unstructured grids), grids (Cartesian grid), Curvinlinear or boundary fitted grids, scatter sets and cross sections. This can be accomplished by right-clicking on a coverage of an appropriate type in the [[SMS:Project Explorer|Project Explorer]] and selecting a convert command.  These commands include:  
Map coverages can be used to generate other geometric data types in SMS such as meshes (unstructured grids), grids (Cartesian grid), Curvinlinear or boundary fitted grids, scatter sets and cross sections. This can be accomplished by right-clicking on a coverage of an appropriate type in the [[SMS:Project Explorer|Project Explorer]] and selecting a convert command.  These commands include:  


* [[SMS:Converting Feature Objects#Map to 2D Mesh|'''Map → 2D Mesh''']] – Available with the Mesh Generator coverage and most other coverages.
* [[SMS:Converting Feature Objects#Map to 2D Mesh|'''Map → 2D Mesh''']] – Available with the [[SMS:Mesh_Generation#Mesh_Generator_Coverage|Mesh Generator]] coverage and most other coverages.
* [[SMS:Converting Feature Objects#Map to 2D Grid|'''Map → 2D Grid''']] – Available with the CGrid Generator coverage and many other coverages.
* [[SMS:Converting Feature Objects#Map to 2D Grid|'''Map → 2D Grid''']] – Available with the [[SMS:Cartesian_Grid_Module#Cartesian_Grid_Generator_Coverage|CGrid Generator]] coverage and many other coverages.
* [[SMS:Converting Feature Objects#Map to 2D Scatter Points|'''Map → Scatter''']] – Available with most coverages.
* [[SMS:Converting Feature Objects#Map to 2D Scatter Points|'''Map → Scatter''']] – Available with most coverages.
* [[SMS:Converting_Feature_Objects#Map_to_1D_Grid|'''Map→1D Grid''']] – Available in the GenCade coverage.
* [[SMS:Converting_Feature_Objects#Map_to_1D_Grid|'''Map→1D Grid''']] – Available in the GenCade coverage.
* [[SMS:Converting Feature Objects#Map to Quadtree|'''Map → Quadtree''']] – Available in the Quadtree Generator coverage.
* [[SMS:Converting Feature Objects#Map to Quadtree|'''Map → Quadtree''']] – Available in the [[SMS:Quadtree_Module#Quadtree_Generator_Coverage|Quadtree Generator]] coverage.


In some cases, and historically, many of these functions are accessible by selecting the similar commands from the [[SMS:Map Feature Objects Menu|''Feature Objects'']] menu.
In some cases, and historically, many of these functions are accessible by selecting the similar commands from the [[SMS:Map Feature Objects Menu|''Feature Objects'']] menu.
Line 14: Line 14:


For more information, see [[SMS:Converting Feature Objects|Converting Feature Objects]].
For more information, see [[SMS:Converting Feature Objects|Converting Feature Objects]].
==Related Topics==
* [[SMS:Converting Feature Objects|Converting Feature Objects]]
* [[SMS:Coverages|Map Coverages]]





Revision as of 19:41, 15 July 2016

Map coverages can be used to generate other geometric data types in SMS such as meshes (unstructured grids), grids (Cartesian grid), Curvinlinear or boundary fitted grids, scatter sets and cross sections. This can be accomplished by right-clicking on a coverage of an appropriate type in the Project Explorer and selecting a convert command. These commands include:

In some cases, and historically, many of these functions are accessible by selecting the similar commands from the Feature Objects menu.

Converting to a grid (2D grid, 1D grid, or quadtree) requires that a grid frame has been created on the coverage. Attributes for the grid frame can be set before or during the conversion process.

Converting to a mesh requires building polygons in the coverage. Attributes for the polygons should be set before converting to a mesh.

For more information, see Converting Feature Objects.

Related Topics