Previous Topic   Next Topic   Contents   Commands
by Function
  Commands
Alphabetically

QTRANS Command—Transparency Setting

Dialog to set Cell and Material Transparency is invoked from the Graphics Menu.

QTrans { Cell N | Material N Density X | A X | G X } [ 0 | Transparent | 1 | Opaque | Semi-transparent ]

Quick Transparency setting. Cells (or Zones) are selected according to the second and third arguments:

QTrans Cell N

Set transparency of cell or zone N.

QTrans Material N

Set transparency of cells with material N. If N = -1, set the transparency of all cells with a nonzero material number.

QTrans Density X

If X >= 0, set the transparency of all cells with densities D satisfying |D| >= X and D != 0. (|D| is the absolute value of D.)

If X < 0, set the transparency of all cells with densities D satisfying |D| <= X and D != 0.

QTrans A X

If X >= 0, set the transparency of all cells with densities D satisfying |D| >= X and D > 0.

If X < 0, set the transparency of all cells with densities D satisfying |D| <= X and D > 0.

QTrans G X

If X >= 0, set the transparency of all cells with densities D satisfying |D| >= X and D < 0

If X < 0, set the transparency of all cells with densities D satisfying |D| <= X and D < 0.

QTrans { 0 | Transparent | 1 | Opaque | Semi-transparent } { Cell N | Mat N } n1 [ n2 [ n3 ... ] ] ]

Set the transparency for a number of materials or cells at once.

QTRANS Examples

Make all cells with material 1 transparent:
qtrans m 1 T
Set cell 5 to be opaque:
qt c 5 op
Make all cells with density <0.90 opaque:
qt/d/-0.90/op
Make all cells with density > 3. transparent:
qt d 3. 0
Set cells 4, 9, 11, and 34 semi-transparent:
qt semi c 4 9 11 34
Make materials 8, 56, and 101 opaque:
qt op m 8 56 101