Warning, /geant4/examples/extended/visualization/standalone/standalone.mac is written in an unsupported language. File is not indexed.
0001 /control/verbose 2
0002 /vis/verbose parameters
0003 /vis/open
0004 /vis/scene/create
0005 /vis/scene/add/userAction
0006 /vis/scene/add/axes
0007 /vis/scene/add/scale
0008
0009 # To get nice view (some commands from example B1)
0010 # Make the "World" box invisible
0011 /vis/geometry/set/visibility World 0 false
0012 # "Envelope" is transparent blue to represent water
0013 /vis/geometry/set/colour Envelope 0 0 0 1 .3
0014 /vis/viewer/set/style surface
0015 /vis/viewer/set/viewpointThetaPhi 135 45
0016
0017 /vis/sceneHandler/attach
0018 /vis/viewer/flush
0019 /vis/scene/list
0020 #/vis/scene/activateModel to turn models on and off (see command guidance)