-
Hello all, Does anyone manage to make work the Graphics class and to display some objects ? Would you kindly share an example because I have been stuck on it for days ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Pinging @ansys/pydyna team |
Beta Was this translation helpful? Give feedback.
-
Finally, I answer to myself... It worked with no more than something like that 👍 mymodel = Model(solution.stub) but the server needed to be updated at last version. Once done, it worked perfectly. |
Beta Was this translation helpful? Give feedback.
Finally, I answer to myself...
It worked with no more than something like that 👍
mymodel = Model(solution.stub)
graph = Graphics(mymodel, False)
graph()
but the server needed to be updated at last version. Once done, it worked perfectly.