How to change offset of the region using pyaedt #4377
-
Hello! |
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Mar 19, 2024
Replies: 1 comment 1 reply
-
Hi @aknsj , Regions are going to be refactored, right @lorenzovecchietti ? The PR is here: https://github.com/ansys/pyaedt/pulls In the meanwhile, you can create the region:
And change the X padding data like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aknsj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @aknsj ,
Regions are going to be refactored, right @lorenzovecchietti ? The PR is here: https://github.com/ansys/pyaedt/pulls
In the meanwhile, you can create the region:
region = app.modeler.create_region()
And change the X padding data like: