export_materials# property ConfigurationsOptions.export_materials[source]# Define if the materials 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_export_materials = False # Disable the materials export