GMS:Creating a 2D Mesh: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 3: | Line 3: | ||
===Using an Automatic Meshing Technique=== | ===Using an Automatic Meshing Technique=== | ||
[[GMS:Map to Modules#Map to 2D Mesh|Map | [[GMS:Map to Modules#Map to 2D Mesh|Map → 2D Mesh]] is the preferred method for mesh generation in GMS. | ||
===Manually Creating a 2D Mesh=== | ===Manually Creating a 2D Mesh=== | ||
Line 18: | Line 18: | ||
[[GMS:TIN Module|TINs]], [[GMS:2D Grid Module|2D grids]], [[GMS:2D Scatter Point Module|2D scatter points]], and [[GMS:3D Mesh Module|3D meshes]] can all be converted to a 2D Mesh. This is accomplished by using the following commands: | [[GMS:TIN Module|TINs]], [[GMS:2D Grid Module|2D grids]], [[GMS:2D Scatter Point Module|2D scatter points]], and [[GMS:3D Mesh Module|3D meshes]] can all be converted to a 2D Mesh. This is accomplished by using the following commands: | ||
*[[GMS:TIN Module#Converting TINS to Other Data Types|TIN | *[[GMS:TIN Module#Converting TINS to Other Data Types|TIN → 2D Mesh]] | ||
*[[GMS:2D Grid Module#Converting 2D Grids|2D Grid | *[[GMS:2D Grid Module#Converting 2D Grids|2D Grid → 2D Mesh]] | ||
*[[GMS:2D Scatter Point Module#Converting 2D Scatter Points to Other Types of Data|2D Scatter Points | *[[GMS:2D Scatter Point Module#Converting 2D Scatter Points to Other Types of Data|2D Scatter Points → 2D Mesh Nodes]] | ||
*'''''3D Mesh | *'''''3D Mesh → 2D Mesh''''' | ||
After using the '''''Scatter Points | After using the '''''Scatter Points → Mesh Nodes''''' command you must triangulate the nodes to create the 2D Mesh. | ||
{{Navbox GMS}} | {{Navbox GMS}} | ||
[[Category:2D Mesh]] | [[Category:2D Mesh]] |