geometry command



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.
read
Read geometry data file specified by items
write
Write geometry volumes specified by items to a geometry data file.
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 !

Remarks

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.7 2019/03/17 22:57:48 kraemer Exp $