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 filename extension.
The following properties are available:
on | off
text | vtu | stlascii | stlbin
append | overwrite
The name of the plot (in plotgroup) to export
on | off
on | off
on | off
on | off
sectionwise | spreadsheet
See Also
Height, AberrationHeight, HistogramHeight, TableHeight