Replies: 1 comment
-
Was using an using unsupported python version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to import PrimePlotter, but it is not accessed in ansys.meshing.prime.graphics. How do I import the plotter as the examples in the documentation do?
"
import os
import tempfile
import ansys.meshing.prime as prime
from ansys.meshing.prime.graphics import PrimePlotter
"
Beta Was this translation helpful? Give feedback.
All reactions