Skip to content

Commit

Permalink
fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Oct 29, 2024
1 parent 02e6d3e commit de120fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/visualization/post/post_common_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit de120fc

Please sign in to comment.