This section enables the regeneration of the grid and shows the discretised material boundaries as generated from the geometric primitives specified so far.
############################################################################## # Flags: nomenu, noprompt, nomessage, # ############################################################################## # section: -volumeplot # ############################################################################## # onlyplotfile = no -- don't display plot # # showpartition = no -- show MPP-partioning # # showlines = no # # text = yes # # scale = 1.80 # # plotopts = -geometry 690x560+10+10 # # eyeposition = ( -1.0, -2.30, 0.50 ) # # bbxlow = -1.0000e+30, bbylow = -1.0000e+30, bbzlow = -1.0000e+30 # # bbxhigh= 1.0000e+30, bbyhigh= 1.0000e+30, bbzhigh= 1.0000e+30 # # rotx = 0.0000 , roty = 0.0000 , rotz = 0.0000 # # # ############################################################################## # doit, ?, return, help # ##############################################################################
showpartition= [yes|no]
:
showlines= [yes|no]
:
text= [yes|no]
:
text()= bla bla
in the section -general
should be plotted together with the material boundaries.
scale= SCALE
:
plotopts= ANY STRING CONTAING OPTIONS FOR gd1.3dplot
:
dataplot.ps
.
eyeposition= (XEYE, YEYE, ZEYE)
:
bbxlow=,bbxhigh=,bbylow=bbyhigh=,bbzlow=,bbzhigh=
:
rotx= PhiX
, roty= PhiY
, rotz= PhiZ
:
PhiX
,
then the result is rotated around the y-axis by an angle of PhiY
,
and finally the result is rotated around the z-axis by an angle of PhiZ
.
doit
:
bbyhigh
is specified such, that
only the material boundaries behind the plane y=0
are shown.
include(/usr/local/gd1/examples-from-the-manual/ggcylinder-twisted.gdf) -volumeplot eyeposition= ( 1, 2, 1.3 ) scale= 4.5 bbyhigh= 0 doit
Example
The following shows the material distribution of a waveguide twist again,
this time, the parameter roty
is specified nonzero.
include(/usr/local/gd1/examples-from-the-manual/ggcylinder-twisted.gdf) -volumeplot eyeposition= ( 1, 2, 1.3 ) scale= 4.5 roty= 20 doit