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 color_isolines /g picture.gif data.dat
- open data.dat file and create picture.gif file.
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 isolines /i isolines_values.txt data.dat
- open data.dat file and input the values for isolines (contours).
c:\3Dfield\field.exe /i isolines_values.txt /c
colors.clr data.dat
- open data.dat file, input the values for isolines (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 isolines /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.
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
/i file.*
- text file of isoline values. { 1.2 1.3 1.5 ...} for example.
/n file.net
- grid dimension file
/v file.*
- output values text file
/m color_isolines or
/m isolines or
/m locate_points or
/m color_cells or
/m circle_values
|