geometry | items
/ prefix()
import() list debug
export() delete
read display
write inspect
Purpose
Handles geometry setup
Parameters
- items
-
For read
specifies the name of the geometry file to be read.
For write, export,
list
specifies a list of volume names to be written.
- prefix(prefix)
-
For output options only: file name is prefixed with
<prefix>
.
- import()
-
Not yet implemented.
- export(fmt)
-
Exports current geometry some other format.
At present only fmt="gd" is foreseen, to be plotted with the gd
program.
File naming convention is:
- read
-
Read
geometry data file
specified by items
-
- write
-
Write geometry volumes specified by items
-
to a geometry data file.
File naming convention is
- list
-
List geometry volumes specified by items
- .
- delete
-
Delete geometry volumes specified by items
- .
- display
-
Not yet implemented.
- inspect
-
Show some internal info about the current geometry setup.
- debug
-
Debug switch. Lots of output !
Remark
Examples
geo test.geo /read
geo Chamber2 /delete
Read the geometry file test.geo
,
and subsequently delete the single volume Chamber2
from the setup.
Last updated: M.Kraemer,
$Id: traxcmdgeometry.html,v 1.4 2011/03/23 10:11:31 kraemer Exp $