Title | Previous | Next

wp3

Set the 3D plotting window via problem coordinates.

Synopsis:

wp xmin xmax ymin ymax zmin zmax

Arguments:

xmin

The minimum value to use in the X direction. A real number.

xmax

The maximum value to use in the X direction. A real number.

xmin < xmax

ymin

The minimum value to use in the Y direction. A real number.

ymax

The maximum value to use in the Y direction. A real number.

ymin < ymax

zmin

The minimum value to use in the Z direction. A real number.

zmax

The maximum value to use in the Z direction. A real number.

zmin < zmax

Description:

The wp3 command sets the 3D plotting window using problem (physical/world) coordinates. This command allows the user to "window in" on a smaller area of a mesh or plot. This differs from zooming since it also pulls in the 3D bounding box. Note that the portions of the problems outside the bounding box are still visible..

Examples:

wp3 0 10 0 10 0 10

wp3 0. 15. 10. 40. 15. 15.

See Also:

wp


Title | Previous | Next

MeshTV@viper.llnl.gov
Copyright © 1998, U.S. Department of Energy. All rights reserved.