*jpegfile
Captures the graphics area to a JPEG image in the current working directory.
Syntax
*jpegfile
Type
HyperMesh Tcl Modify Command
Description
Captures the graphics area to a JPEG image in the current working directory. Each image is automatically assigned a unique name and number starting from 0 (e.g. image0.jpg, image1.jpg, etc...).
The color and background settings can be specified using the *graphicsfilecolor and *graphicscolorblankbackground commands.
Example
To capture the graphics area to a JPEG image:
*jpegfile
Errors
None.