SaveImage ( Format, FileName ) |
Velocity Card |
Arguments | Format | the format of the file to
write. One of "BMP" — Windows BitMaP "SVG" — Structured Vector Graphics "DXF" — AutoCAD Drawing Exchange File "EPS" — Encapsulated PostScript |
FileName | the fully qualified name of the file to write, enclosed in double quotes | |
Description | Writes the image of the velocity distribution to the specified file. If the file name is "Clipboard", the image is placed into the clipboard in text format (works only for SVG, DXF, and EPS). | |
Remarks | You must execute an Analyze()
command to set the required parameters like angle of attack range before
using this command. Performs the same action as the context menu on the velocity distribution canvas. |