From de120fce083844e4a600f89e3812afb8fc7a7326 Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Tue, 29 Oct 2024 08:49:20 +0100 Subject: [PATCH] fixed minor bug --- src/ansys/aedt/core/visualization/post/post_common_3d.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/aedt/core/visualization/post/post_common_3d.py b/src/ansys/aedt/core/visualization/post/post_common_3d.py index cc8f43abeea..398a1fce4cf 100644 --- a/src/ansys/aedt/core/visualization/post/post_common_3d.py +++ b/src/ansys/aedt/core/visualization/post/post_common_3d.py @@ -207,6 +207,7 @@ def _get_intrinsic(self, setup): @pyaedt_function_handler(list_objs="assignment") def _get_volume_objects(self, assignment): + obj_list = [] if self._app.solution_type not in ["HFSS3DLayout", "HFSS 3D Layout Design"]: obj_list = [] editor = self._app._odesign.SetActiveEditor("3D Modeler")