|
|
- Tcl syntax:
- grid_get startX endX stepX startY endY stepY "gridname"
- Description:
- constructs grid
- Parameters:
-
| startX | X-coordinate of the first node of the grid |
| endX | X-coordinate of the last node of the grid |
| stepX | distance between two neighbour X-nodes |
| startY | Y-coordinate of the first node of the grid |
| endY | Y-coordinate of the last node of the grid |
| stepY | distance between two neighbour Y-nodes |
| gridname | name for grid (optional) |
- Examples:
-
area.tcl, area_ineq.tcl, area_mean.tcl, area_surf.tcl, area_surf_ineq.tcl, area_wmean.tcl, canyon_map.tcl, canyon_trend.tcl, contour.tcl, contour_ineq.tcl, fault.tcl, fault_aniso.tcl, fault_approx.tcl, flow_area.tcl, flow_cntr.tcl, flow_curve.tcl, flow_points.tcl, flow_points2.tcl, map_hor_frac.tcl, map_ver_frac.tcl, mask.tcl, mask_add.tcl, mask_completer.tcl, mask_ineq.tcl, mask_mean.tcl, mask_surf.tcl, mask_surf_add.tcl, mask_surf_ineq.tcl, mask_wmean.tcl, mean.tcl, points.tcl, surface.tcl, surface_add.tcl, surface_ineq.tcl, trend.tcl, and wmean.tcl.
|