/REPLOT
/REPLOT, Label
Reissues the last display command.
Label
Controls the type of replot.
RESIZE
—
Issued internally when a graphics window resize occurs (Default).
FAST
—
Only applicable for 3D devices that allow a fast redisplay for changes in the view characteristics only.
Notes
Reissues the last display command (NPLOT, EPLOT, KPLOT, PLNSOL, PLVAR, etc.), along with its parameters, for convenience. The current display specifications are used.
When the last display command is invalid in a given processor, /REPLOT is also invalid in that processor. However, if you attempt a /REPLOT and the last display command is invalid in the current processor, Mechanical APDL generates an element display (EPLOT) instead, as long as the last display command was PLNSOL, PLESOL, or PLDISP.
Example 12: /REPLOT Replaced by EPLOT Automatically
PLNSOL, used to display solution results as continuous contours, is a valid command in the POST1 general postprocessor.
If you issue PLNSOL followed by /REPLOT while in POST1, /REPLOT effectively reissues your earlier PLNSOL command, along with its parameters.
If you then exit POST1, enter the PREP7 preprocessor, and again issue /REPLOT, the program uses EPLOT internally instead.
The command substitution occurs because PLNSOL is not a valid command in PREP7.
When you click one of the buttons on the Pan, Zoom, Rotate dialog box to manipulate the view of a model, /REPLOT is issued internally. Thus, the substitution of /REPLOT with EPLOT as described above may also occur for operations that you perform via with the Pan, Zoom, Rotate dialog box.
/REPLOT does not show boundary conditions if they are applied only to a solid model and the last display command (such as EPLOT) displays the finite element model. To show boundary conditions, the following options are available:
This command is valid in any processor (except as noted above).