projectile commands



projectile | items 
       / prefix() 
	 import()   list    debug
         export()   delete 
         read        
         write      inspect 

Purpose

Handles projectiles / elements.

Parameters

items
For read specifies the name of the projectile file(s) to be read.
For write, export, list, delete specifies a list of projectiles/elements to be processed.
prefix(prefix)
For output options only: file name is prefixed with <prefix>.
import()
Not yet implemented.
export(fmt)
Not yet implemented.
read
Read projectile files specified by items
write
Write projectile / element data to a file. File naming convention is:
<material>.proj
list
Lists currently loaded projectiles.
delete
Delete projectiles specified by items
.
inspect
Show some internal info about the current projectiles.
debug
Debug switch. Lots of output !

Remark

The format of projectile files is described here

Examples

projectile H.proj,O.proj / read 
Reads the specified projectile files.
projectile H,O / write prefix(/tmp/) 
Write projectiles files, /tmp/H.proj,/tmp/O.proj, for projectiles H,O.
Last updated: M.Kraemer,
$Id: traxcmdprojectile.html,v 1.2 2011/03/23 10:11:31 kraemer Exp $