Skip to content

Commit

Permalink
Assign correct CS to the Antenna Inserted (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Feb 2, 2022
1 parent 785163b commit 23afee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/modeler/parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def insert(self, app, units=None):
"""
if self._do_offset:
self.set_relative_cs(app)
antenna_object = self._insert(app, units=units) # Create coordinate system, if needed.
antenna_object = self._insert(app, target_cs=self.cs_name, units=units)
else:
antenna_object = self._insert(app, target_cs=self._multiparts.cs_name, units=units)
if self._do_rotate and antenna_object:
Expand Down

0 comments on commit 23afee0

Please sign in to comment.