MapdlExitedError when using mapdl.plot() #2987
-
Hi, I'm new to pyMAPDL. First, here are my ANSYS product and pyMAPDL version.
I imported .anf file to pyMAPDL and I think it imported well when checking geometry. (using print(mapdl.geometry))
But when I use mapdl.plot() (k-, l-, a-, v-, eplot whatever else), to visually check the geometry, MapdlExitedError occurs, and background MAPDL is just closed. (I know I didn't make any meshes yet so it is mostly saying for mapdl.lplot())
Is this a licensing issue or others? I'm confused because I think I successfully launched pyMAPDL and imported geometry so far with current license and versions. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Here is another aspect. I think that error occurs when importing .anf file. If I importing .iges file, the error does not show and I can visualize geometry. However, using .iges file does not keep assembly option...my four volume bodies are just disassembled. I followed this example for importing .iges file. |
Beta Was this translation helpful? Give feedback.
-
Hi @JUNGEONSKKU Can you try the current 0.68 release and not the in-development release (0.69)? Also can you share the anf file? |
Beta Was this translation helpful? Give feedback.
Hi @JUNGEONSKKU
Ok there are some weird characters in the OneDrive path where the file was written to. Here is the oddly named folder:
\¹ÙÅÁ ȸé\
It is in both a /OUT and /TITLE commands in the ANF file. I took out those two lines plus the ending /OUT, saved, and then imported the ANF file and it worked. Here is the PyMAPDL script I used:
Mike