Skip to content

Cant draw arc #3610

Answered by mikerife
nekajcasa asked this question in Q&A
Dec 11, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @nekajcasa
PyMAPDL is actually meshing the line and plotting the mesh as a VTK object via PyVista. And for the arc it is meshing with a single linear line/beam element so it looks straight. If you use the following:

mapdl.view(1, 1, 1, 1)
mapdl.lplot(vtk=False)

You will get a plot (as a png file) from MAPDL showing that the line is indeed a arc. Perhaps the PyMAPDL developers (@germa89 et al) can implement a 'quality' control on lplot as aplot and vplot have....?

Mike

p.s. can I ask why you are using a lot of "run" commands instead of just the PyMAPDL version of the commands?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nekajcasa
Comment options

Answer selected by mikerife
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants