source: trunk/source/geometry/solids/test/fred/Graph.awk @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 435 bytes
Line 
1#!/bin/awk -f
2BEGIN {
3print "# Graph.fred generated by process errors" ;
4print "/vis/open VRML1" ;
5print "/vis/draw/current" ;
6print "/fred/volume TORUS1" ;
7print "/fred/gun G4" ;
8}
9{ 
10print "/gun/position " $9 " " $10 " " $11 ; 
11print "/gun/direction " $12 " " $13 " " $14 ;
12print "/run/initialize" ;
13print "/vis~/create_view/new_graphics_system VRML1" ;
14print "/tracking/storeTrajectory 1"
15print "/run/beamOn"
16print "/fred/pause"
17}
Note: See TracBrowser for help on using the repository browser.