import_boundaries# property ConfigurationsOptions.import_boundaries[source]# Define if the boundaries have to be imported/created from json file. Default is True. Returns: bool Examples >>> from pyaedt import Hfss >>> hfss = Hfss() >>> hfss.configurations.options.import_boundaries = False # Disable the boundaries import Copy to clipboard