|
|
- Tcl syntax:
- pnts_read "filename" "pntsname" col1 col2 col3 col4 "delimiter" skip_lines grow_by
- Description:
- reads points from formatted text file
- Parameters:
-
| filename | name of formatted text file |
| pntsname | name for points object |
| col1 | column with X coordinates |
| col2 | column with Y coordinates |
| col3 | colimn with Z values |
| col4 | column with names. If col4 equal to 0, then no names will be read |
| delimiter | delimiter between columns. May be " ", "\t", "," or other symbols |
| skip_lines | number of lines to skip header |
| grow_by | =250 |
- Examples:
- pnts_read "C:\\points.txt" "points" 1 2 3 0 " " 0
- pnts_read "C:\\points_geq.txt" "points_geq" 1 2 3 3 " " 0
- Examples:
-
area_completer.tcl, fault.tcl, fault_aniso.tcl, fault_approx.tcl, flow_points.tcl, flow_points2.tcl, ineq.tcl, map_hor_frac.tcl, map_ver_frac.tcl, mask_completer.tcl, mask_mean.tcl, mask_surf_ineq.tcl, mask_wmean.tcl, mean.tcl, points.tcl, points_approx.tcl, points_exact.tcl, points_ineq.tcl, surface_ineq.tcl, trend.tcl, and wmean.tcl.
|