TetView Command Line Switches
Return to TetView home page.
TetView is invoked from the command line with a set of options and an input file name. The command syntax is:
tetview [-X__Y__W__VQ] input_file
Where underscores indicate numbers may optionally follow certain options, spaces are not permitted within the string of options.
The extension of input file name has to be
.node,
.poly,
.smesh,
.ele, or
.face, which means the object is a PLC or a
tetrahedral or triangular mesh. If no extension, TetView uses default
file extension .ele.
Here are the command line options that TetView allows:
- -X, -Y
Indicates the x, y position of the left-top of the window in pixels,
default is (0, 0).
- -W
Indicates the width of the window in pixels, default is 500. The heigth
of the window is equal to its width, which is kept all the time.
- -V
Use the verbose mode. Each command will output more information when
in verbose mode.
- -Q
No terminal output unless error message when TetView is running.
Return to TetView home page.
Hang Si