next up previous contents
Next: -cutplot: shows the generated Up: gd1 Previous: -transform: Rotations, translations   Contents

-volumeplot: shows the generated mesh

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                                                      #
 ##############################################################################


Example The following shows the material distribution of a waveguide twist again, this time, the parameter 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
Figure 1.16: A twisted waveguide. Only the material boundaries behind the plane y=0 are shown.
\begin{figure}\centerline{
\psfig{figure=volumeplot-bbzhigh-eq-ZZ.ps,width=18cm,bbllx=-2pt,bblly=-2pt,bburx=760pt,bbury=552pt,clip=}
}\end{figure}


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
Figure 1.17: A twisted waveguide. The plot is rotated slightly around the y-axis.
\begin{figure}\centerline{
\psfig{figure=volumeplot-roty-eq-YY.ps,width=18cm,bbllx=-2pt,bblly=-2pt,bburx=760pt,bbury=552pt,clip=}
}\end{figure}


next up previous contents
Next: -cutplot: shows the generated Up: gd1 Previous: -transform: Rotations, translations   Contents