Plot
Export plots to files.
Syntax
model.result().export().create(<ftag>,"Plot");
model.result().export().create(<ftag>,<pgtag>,<plottag>, "Plot");
model.result().export(<ftag>).set(property, <value>);
model.result().export(<ftag>).run();
Description
model.result().export().create(<ftag>,"Plot") creates a plot export feature with the name <ftag>.
model.result().export().create(<ftag>,<pgtag>,<plottag>, "Plot") creates a plot export feature with the name <ftag> for the plot <plottag> in the plot group <pgtag>.
To export a 3D surface from a plot to an STL file, use .stl as the filename extension.
The following properties are available:
on | off
text | vtu | stlascii | stlbin | plyascii | plybin | 3mf | wav
append | overwrite
The name of the plot (in plotgroup) to export
on | off
on | off
asrows | ascolumns
For 1D plot groups with multiple curves using the same x-coordinates: Save as rows with two columns or save as columns, with one column for the x-coordinates and one column for the y-coordinates for each curve.
8bit | 16bit
The quantization level, if exporttype is wav.
on | off
The sampling frequency, if samplingfreqmode is user.
auto | user
C |   | \t | ,| ; | :| |
on | off
sectionwise | spreadsheet
See Also
Height, AberrationHeight, HistogramHeight, TableHeight