Skip to content

how can i get shear force & bending moment diagram? #2287

Answered by mikerife
ufsaa2022 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ufsaa2022
Yes you would just need to include a 'show' command to redirect the plot from the terminal to a file. Much like you would running MAPDL in batch mode. So the PyMAPDL version would be (assuming you used the standard conventions):

mapdl.show('png')
mapdl.plls('mzi', 'mzj', 1, 0, 0)
mapdl.show()

Mike

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ufsaa2022
Comment options

@germa89
Comment options

@ufsaa2022
Comment options

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