delete_field_plot#

PostProcessorIcepak.delete_field_plot(name: str) bool#

Delete a field plot.

Parameters:
namestr

Name of the field plot.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.DeleteFieldPlot

Examples

>>> from ansys.aedt.core.visualization.post.post_common_3d import PostProcessor3D
>>> obj = PostProcessor3D()
>>> obj.delete_field_plot(name="MyObject")