First page Back Continue Last page Overview Graphics
Getting help: an example
staf > man dcut
Command "/GEANT/DRAWING/DCUT" :
* GEANT/DRAWING/DCUT NAME CAXIS CUTVAL [ U0 V0 SU SV ]
NAME C 'Volume name'
CAXIS C 'Axis value'
CUTVAL R 'Cut plane distance from the origin along the axis'
U0 R 'U-coord. (horizontal) of volume origin'
V0 R 'V-coord. (vertical) of volume origin'
SU R 'Scale factor for U-coord.'
SV R 'Scale factor for V-coord.'
Possible CAXIS values are:
X
Y
Z
CALL GDRAWC(name,iaxis,cutval,u0,v0,su,sv)
The cut plane is normal to caxis (X,Y,Z), corresponding to iaxis (1,2,3),
and placed at the distance cutval from the origin. The resulting picture
is seen from the the same axis. If optional parameters are missing, the
current values in /GCDRAW/ are taken. When HIDE Mode is ON, it is possible
to get the same effect with the CVOL/BOX command.
Notes: