plot#
- ModelPlotter.plot(export_image_path: str = None, show: bool = True) bool#
Plot the current available Data. With s key a screenshot is saved in export_image_path or in tempdir.
- Parameters:
- Returns:
Examples
>>> from ansys.aedt.core.visualization.plot.pyvista import ModelPlotter >>> obj = ModelPlotter() >>> obj.plot(export_image_path="example.png", show=True)