GMS:Editing a TIN: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 4: | Line 4: | ||
===Editing TIN Vertices=== | ===Editing TIN Vertices=== | ||
:'''Creating New TIN Vertices''' | :'''Creating New TIN Vertices''' | ||
:New vertices can be created using the '''''Create Vertices''''' tool from the [[GMS:TIN Tool Palette|TIN Tool Palette]]. Clicking in the Graphics Window creates a new vertex at the point clicked (vertices can only be created when in '''''Plan View'''''). The default z value and other parameters governing the creation of new vertices can be set by selecting the '''''TIN Settings''''' command from the | :New vertices can be created using the '''''Create Vertices''''' tool from the [[GMS:TIN Tool Palette|TIN Tool Palette]]. Clicking in the Graphics Window creates a new vertex at the point clicked (vertices can only be created when in '''''Plan View'''''). The default z value and other parameters governing the creation of new vertices can be set by selecting the '''''TIN Settings''''' command from the ''TINs'' menu. | ||
:'''Deleting TIN Vertices''' | :'''Deleting TIN Vertices''' | ||
:Selected TIN vertices can be deleted by hitting the '''Delete key''' or by selecting the '''''Delete''''' command from the | :Selected TIN vertices can be deleted by hitting the '''Delete key''' or by selecting the '''''Delete''''' command from the ''Edit'' menu. If the '''''Confirm Deletions''''' option in the [[GMS:Preferences|Preferences]] dialog is on, the user is prompted to confirm each deletion. | ||
:'''Editing TIN Vertex Coordinates''' | :'''Editing TIN Vertex Coordinates''' | ||
Line 16: | Line 16: | ||
:'''Snap Vertices to TIN''' | :'''Snap Vertices to TIN''' | ||
:It is sometimes useful to snap the vertices of one TIN to another TIN. This is useful when modeling pinch out zones and truncations. The TIN containing the vertices to be moved should be the active TIN, since vertex selection can only be done for the active TIN. After the desired vertices have been selected, the '''''Snap Vertices to TIN''''' command of the | :It is sometimes useful to snap the vertices of one TIN to another TIN. This is useful when modeling pinch out zones and truncations. The TIN containing the vertices to be moved should be the active TIN, since vertex selection can only be done for the active TIN. After the desired vertices have been selected, the '''''Snap Vertices to TIN''''' command of the ''TINs'' menu should be selected. GMS then prompts the user to select the TIN to which the vertices are snapped. The selected vertices' z coordinate values are then modified such that they lie on the selected TIN. | ||
===Editing Triangles of a TIN=== | ===Editing Triangles of a TIN=== | ||
Line 28: | Line 28: | ||
:'''Deleting Triangles''' | :'''Deleting Triangles''' | ||
::*Using the '''''Select Triangles''''' tool, the triangles may be selected and deleted. | ::*Using the '''''Select Triangles''''' tool, the triangles may be selected and deleted. | ||
::*'''Boundary Triangles''' - The perimeter of the TIN resulting from the triangulation process corresponds to or approximates the convex hull of the TIN vertices. This may result in some long thin triangles or "slivers" on the perimeter of the triangulated region. There are several ways to deal with the long thin triangles. Thin triangles can be selected and deleted using the normal selection procedures. There is also an option for selecting thin triangles when the [[GMS:TIN Tool Palette|Select Triangles]] tool is selected. If the '''Control key''' is held down, it is possible to drag a line with the mouse. All triangles intersecting the line are selected. Long thin triangles on the perimeter of the TIN can also be selected by selecting the '''''Select Boundary Triangles''''' command from the | ::*'''Boundary Triangles''' - The perimeter of the TIN resulting from the triangulation process corresponds to or approximates the convex hull of the TIN vertices. This may result in some long thin triangles or "slivers" on the perimeter of the triangulated region. There are several ways to deal with the long thin triangles. Thin triangles can be selected and deleted using the normal selection procedures. There is also an option for selecting thin triangles when the [[GMS:TIN Tool Palette|Select Triangles]] tool is selected. If the '''Control key''' is held down, it is possible to drag a line with the mouse. All triangles intersecting the line are selected. Long thin triangles on the perimeter of the TIN can also be selected by selecting the '''''Select Boundary Triangles''''' command from the ''TINs'' menu. The '''''Select Boundary Triangles''''' command checks triangles on the outer boundary first. If the length ratio of the triangle is less than the critical length ratio, the triangle is selected and the triangles adjacent to the triangle are then checked. The process continues inward until none of the adjacent triangles violate the minimum length ratio. The critical length ratio for selecting thin triangles can be set by selecting the '''''TINs | TIN Settings''''' menu command. The length ratio is defined as the longest side of the triangle divided by the sum of the two shorter sides. | ||
:'''Changing Triangle Density''' | :'''Changing Triangle Density''' | ||
:The density of a TIN can be quickly increased using the '''''Uniformly Subdivide TIN''''' command in the | :The density of a TIN can be quickly increased using the '''''Uniformly Subdivide TIN''''' command in the ''TINs'' menu. The user is prompted for a subdivision factor and the factor is used to uniformly subdivide the TIN into sub-triangles as shown below: | ||
:[[Image:tinsub.gif|frame|center|''TIN (a) Before and (b) After Uniform Subdivision.''|250px]] | :[[Image:tinsub.gif|frame|center|''TIN (a) Before and (b) After Uniform Subdivision.''|250px]] | ||
Line 41: | Line 41: | ||
::*If multiple TINs exist, make sure the TIN is the active TIN. | ::*If multiple TINs exist, make sure the TIN is the active TIN. | ||
::*Convert the TIN to a scatter point set using the '''''TIN -> Scatter Points''''' command in the | ::*Convert the TIN to a scatter point set using the '''''TIN -> Scatter Points''''' command in the ''TINs'' menu. | ||
::*Subdivide the TIN by selecting the '''''Uniformly Subdivide TIN''''' command from the | ::*Subdivide the TIN by selecting the '''''Uniformly Subdivide TIN''''' command from the ''TINs'' menu. | ||
::*Switch to the [[GMS:2D Scatter Point Module|2D Scatter Point module]] and select an interpolation method using the [[GMS:2D Interpolation Options|'''''Interp. Options''''']] command in the | ::*Switch to the [[GMS:2D Scatter Point Module|2D Scatter Point module]] and select an interpolation method using the [[GMS:2D Interpolation Options|'''''Interp. Options''''']] command in the ''Interpolation'' menu. | ||
::*Select the to [[GMS:Interpolation Commands|'''''Active TIN''''']] command from the | ::*Select the to [[GMS:Interpolation Commands|'''''Active TIN''''']] command from the ''Interpolation'' menu. This creates a new data set for the selected TIN. | ||
:'''Adding Breaklines''' | :'''Adding Breaklines''' |