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 ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.configurations.options.export_boundaries = False # Disable the boundaries export