You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns the name of the 3D primitive to which FacePrimitive belongs. This ends up assigning the name of the 3d object to the variable face on line 6274.
Steps To Reproduce
Pass a FacePrimitive that belongs to a 3d primitive to Hfss.wave_port()
Will assign this to myself.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
Full PyAedt dependencies installed.
The text was updated successfully, but these errors were encountered:
Before submitting the issue
Description of the bug
Hfss.wave_port()
fails when the first passed argument is an instance ofpyaedt.modeler.elements3d.FacePrimitive
.In
hfss.py
on line 6247returns the name of the 3D primitive to which
FacePrimitive
belongs. This ends up assigning the name of the 3d object to the variableface
on line 6274.Steps To Reproduce
Pass a
FacePrimitive
that belongs to a 3d primitive toHfss.wave_port()
Will assign this to myself.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
Full PyAedt dependencies installed.
The text was updated successfully, but these errors were encountered: