Command Line

c:\3Dfield\field.exe  data1.dat data2.dat
- open data1.dat file as primary series and data2.dat as second series.

c:\3Dfield\field.exe  /a array.dat
- open 2D/3D data file.

c:\3Dfield\field.exe  picture.jpg
- show picture jpg.

c:\3Dfield\field.exe /m fill_contours /g picture.gif data.dat
- open data.dat file and create picture.gif file.

c:\3Dfield\field.exe /m fill_contours /3dview data.dat
- open data.dat file, create 2D color fill contour map and go to 3D view.

c:\3Dfield\field.exe  /g picture.png /h data.dat
- open data.dat file, create picture.png file and exit 3DField without show-up window.

c:\3Dfield\field.exe /b border.brd data.dat
- open data.dat and existed border file.

c:\3Dfield\field.exe /m contours /i contours_values.txt data.dat
- open data.dat file and input the values for contours.

c:\3Dfield\field.exe  /i contours_levels.txt /c colors.clr data.dat
- open data.dat file,  input the levels for contours and colors.

c:\3Dfield\field.exe /n grid.net data.dat
- open data.dat file and define a grid.

c:\3Dfield\field.exe /m contours /v values.txt /h data.dat
- open data.dat file, save the values of grid created by interpolation to values.txt and exit 3DField without show-up window.

c:\3Dfield\field.exe /bm basemap.jpg data.dat
- load basemap.jpg file as a base map, displayed in center.

c:\3Dfield\field.exe /bm basemap.jpg /c1 x1 y1 /c2 x2 y2 data.dat
- load basemap.jpg file as a base map. The left top corner of map will attach to (x1, y1) coordinates, right bottom corner to (x2, y2).

c:\3Dfield\field.exe /bm basemap.jpg /c1 x1 y1 /c2 x2 y2 /p1 px1 py1 /p2 px2 py2 data.dat
- load basemap.jpg file as a base map. The point (px1, py1) will attach to (x1, y1) coordinates, (px2, py2) to (x2, y2);
where
x, y are a real values (coordinates)
px, py are a integer values (pixels).

c:\3Dfield\field.exe /d lines.txt data.dat
- open data.dat file and the lises files, saved from "Drawings" item.

Options:

  /h
     - option without GUI interaction (batch mode)

  /g file(.gif, .png, .bmp, .jpg, .emf, .wmf)
     - result contour map

  /b file.brd
     - file of border

  /c file.clr
     - color file

  /bm base_map(.jpg, .png, bmp, .gif)
     - base map file

  /i file.*
     - text file of contours levels. { 1.2 1.3 1.5 ...} for example.

  /n file.net
     - grid dimension file

  /noshowcolorbar
     - no show color bar

  /v file.*
     - output values text file

  /d lines(.ltx, .txt. .dxf, .gen)
     - load a "drawings" file

  /m fill_contours or
  /m contours or
  /m locate_points or
  /m color_cells or
  /m circle_values or
  /m color_relief or
  /m shaded

[The link bar feature is not available in this web]