-
Notifications
You must be signed in to change notification settings - Fork 20
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
Show the GUI after load #69
Comments
|
@xiepei1 yes you are right is in an internal repository. You are correct about the description of the issue. Are you using embedding or remote? I think it could be easy to add an API to open a copy of the model in the GUI that is disconnected from the current python session. To add an API to open the GUI but allow running more python commands will be a bit more effort. I plan to keep this issue open until both options are available. |
Thank you for your feedback! Not sure embedding or remote I am using... I assume the concept of I would assume that most developers would prefer to directly program ACT scripts directly with Mechanical itself, if later on, a further integration is needed, they may come to pymechanical. In this sense, I would assume that adding an API to open a copy of the model in GUI that is disconnected from current python session is not strongly needed in this aspect. I agree on the idea that keeping it open til both are ready. |
Hi @xiepei1 There are two ways of using PyMechanical:
The remote instanced is launched through:
And the embedded one by:
I hope that helps! |
Thank you for the hints! I missed it... Previously should be remote, now I tried with embedding... The embedding concept is nice, |
@klmcadams the low-hanging fruit is to save the mechanical db, and then open another instance of mechanical from the command line (using the same version as the one running) to open a graphical session of mechanical |
Closed by #882 |
See https://github.com/pyansys/mechanical-embedding/issues/2 for the original discussion
The text was updated successfully, but these errors were encountered: