home *** CD-ROM | disk | FTP | other *** search
- !==============================================================================
- !
- ! UTIL.CMD Default command file for UTIL.EXE. This file will be read by
- ! UTIL during initialization. To change default values in UTIL
- ! modify the appropriate parameters below. Strings should be
- ! enclosed in double quotes. To use default values, leave the
- ! field blank after the equal sign. For maximum efficiency do
- ! not change the row order in this file.
- !
- ! (C)Copyright Golden Software 1989
- ! Golden, Colorado 80401
- !
- !==============================================================================
-
- co1= !Color 1 (Background)
- co2= !Color 2 (Reverse video)
- co3= !Color 3 (High intensity)
- snow__= !Eliminate snow (N,Y)
- bios__= !Use BIOS for screen output (N,Y)
- path= !Path for input & output
- !leave blank for current directory.
-
- !VOLUME parameters
- ufc= !Upper Surface: File or Constant
- ugname= !Grid file name [.GRD]
- ugr1= !Rows & Columns
- ugc1=
- ugr2=
- ugc2=
- ulevel= !Upper Surface: Constant level surface value
- lfc= !Lower Surface: File or Constant
- lgname= !Grid file name [.GRD]
- lgr1= !Rows & Columns
- lgc1=
- lgr2=
- lgc2=
- llevel= !Lower Surface: Constant level surface value
- vsname= !Log file name
- vsappovw= !Append or OverWrite (first time only)
-
- !RESIDUAL parameters
- rgname= !Grid file [.GRD]
- rgr1= !Rows & Columns
- rgr2=
- rgc1=
- rgc2=
- rdatname= !Input data file [.DAT]
- rxcol= !X,Y,Z columns within data file
- rycol=
- rzcol=
- rresname= !Output residual data file [.RES]
- rresfmt= !Output residual data file format
- rlogname= !Output log file [.LOG]
- rappovw= !Append or OverWrite (first time only)
-
- !SLICE parameters
- sgrid= !Input grid file name
- sgr1= !Subgrid rows & columns
- sgc1=
- sgr2=
- sgc2=
- sblnin= !Input boundary file
- sblnout= !Output boundary file
- sdat= !Output Grapher data file
- sclip= !Outside grid, use clip value (N,Y)
- sblnk= !Over blank area, clip or omit (C,O)
-
- !AREA-of-a-SURFACE parameters
- agrid= !Input grid file name
- agr1= !Subgrid rows & columns
- agc1=
- agr2=
- agc2=
- alevel= !Constant level
- alog= !Log file
- aappovw= !Append or OverWrite (first time only)
-
- action= !Action to perform (NetVolume, Cuts&Fills,
- ! Residuals, Slices, Area-of-a-Surface)