ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 107 forks source link

Bug located in set_property_value of Line3dLayout #4791

Closed gkorompi closed 1 month ago

gkorompi commented 1 month ago

Before submitting the issue

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