Is it possible to open/connect gui in embedded session? #1145
-
Is there a method in embedded session like the "batch=false" in remote session, to open an gui and enable easy model validity check in assisstance to app.print_tree(). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@lordlzy No, You can now open Mechanical and see change in Mechanical UI live with embedded session. But you can use https://mechanical.docs.pyansys.com/version/stable/api/ansys/mechanical/core/embedding/ui/UILauncher.html#ansys.mechanical.core.embedding.ui.UILauncher. This would open the temporary mechdb in a mechanical session for you to review. You can think of it like a plotting function with all the possible details. |
Beta Was this translation helpful? Give feedback.
@lordlzy No, You can now open Mechanical and see change in Mechanical UI live with embedded session. But you can use https://mechanical.docs.pyansys.com/version/stable/api/ansys/mechanical/core/embedding/ui/UILauncher.html#ansys.mechanical.core.embedding.ui.UILauncher.
This would open the temporary mechdb in a mechanical session for you to review. You can think of it like a plotting function with all the possible details.