SaveImage ( Format, FileName, ImageName ) |
Polar 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 | |
ImageName | the image to save. One of "Cl" — the plot of Cl = f(alfa) "Cd" — the plot of Cl = f(Cd) "Cm" — the plot of Cm = f(alfa) "Upper" — the plot of Cl= f(x/c) (transition/separation) "Lower" — the plot of Cl = f(x/c) (transition/separation) |
|
Description | Writes the image of one of the plots 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 range before using this command. Performs the same action as the context menu on any polar xy-graph canvas. |