export_mesh_operations#
- property ConfigurationsOptions.export_mesh_operations[source]#
Define if the Mesh Operations have to be exported to json file. Default is True.
- Returns:
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.configurations.options.export_mesh_operations = False # Disable the mesh operations export