SaveImage ( Format, FileName, ImageName ) |
BoundaryLayer Card |
Arguments | Format | the format of the file to
write. One of "BMP" — Windows BitMap "SVG" — Structured Vector Graphics "DXF" — AutoCAD Drawing Exchange "EPS" — Encapsulated Postscript |
FileName | the fully qualified name of the file to write, enclosed in double quotes | |
ImageName | the image to save. One of "Delta" — the plot of the thickness distributions "Shape" — the plot of the shape parameters |
|
Description | Writes one of the graphs of the boundary layer parameters 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 and Reynolds
number before using this command. Performs the same action as the context menu on one of an xy-graph canvas. |