*graphicsfileblankbackground
Sets the graphics file image background color mode.
Syntax
*graphicsfileblankbackground mode
Type
HyperMesh Tcl Modify
Description
Sets the graphics file image background color mode.
Inputs
- mode
- Background color for the image.
- 0 - Use the graphics window background color.
- non-zero - Use a blank (white) background color.
Examples
To capture the graphics area to a JPEG image named
C:/my_images/model.jpg using the background
color:
*graphicsfileblankbackground 0
*jpegfilenamed "C:/my_images/model.jpg"
To capture the graphics area to a JPEG image named
C:/my_images/model.jpg using a blank
background:
*graphicsfileblankbackground 1
*jpegfilenamed "C:/my_images/model.jpg"
Version History
11.0