export_boundaries#

property ConfigurationsOptions.export_boundaries[source]#

Define if the boundaries have to be exported to json file. Default is True.

Returns:
bool

Examples

>>> from pyaedt import Hfss
>>> hfss = Hfss()
>>> hfss.configurations.options.export_boundaries = False  # Disable the boundaries export