Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug located in set_property_value of Line3dLayout #4791

Closed
2 tasks done
gkorompi opened this issue Jun 11, 2024 · 0 comments · Fixed by #4792
Closed
2 tasks done

Bug located in set_property_value of Line3dLayout #4791

gkorompi opened this issue Jun 11, 2024 · 0 comments · Fixed by #4792
Assignees
Labels
bug Something isn't working

Comments

@gkorompi
Copy link
Collaborator

gkorompi commented Jun 11, 2024

Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

Description of the bug

points are not update with set_property_value.

Steps To Reproduce

adapt the script below to a design of yours:

import pyaedt
h3d = pyaedt.Hfss3dLayout(r"C:\Users\gkorompi\Downloads\test.aedt")
h3d.modeler.lines["test2"].get_property_value("Pt0")
h3d.modeler.lines["test2"].set_property_value("Pt0",["0","0"])
h3d.modeler.lines["test2"].set_property_value("Pt0","0,0")
h3d.save_project()
h3d.release_desktop()

Which Operating System are you using?

Windows

Which Python version are you using?

3.7

Installed packages

NA

@gkorompi gkorompi added the bug Something isn't working label Jun 11, 2024
@gkorompi gkorompi self-assigned this Jun 11, 2024
@gkorompi gkorompi linked a pull request Jun 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant