diff --git a/src/ansys/aedt/core/modules/boundary/common.py b/src/ansys/aedt/core/modules/boundary/common.py index 74596de741b..d3cbb5119dc 100644 --- a/src/ansys/aedt/core/modules/boundary/common.py +++ b/src/ansys/aedt/core/modules/boundary/common.py @@ -380,6 +380,7 @@ def create(self): self._app.oboundary.AssignRadiation(self._get_args()) elif bound_type == "FE-BI": self._app.oboundary.AssignFEBI(self._get_args()) + return True elif bound_type == "Finite Conductivity": self._app.oboundary.AssignFiniteCond(self._get_args()) elif bound_type == "Lumped RLC":