Skip to content

Path Operations within pyMAPDL and MAPDL #1541

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

You must be logged in to vote

Hi @peluho The first field of the mapdl.post_processing.plot_nodal_displacement is the component to plot. So the command is:

mapdl.post_processing.plot_nodal_displacement("norm", lighting=False, show_edges=True)

The post_processing method respects MAPDL commands so the SET command is used to read in the specific set of results from the result file. Whereas the result method is stand-alone so the first item of the plotting command is to define which set of results to plot.

Also an example of path operations can be found here:

https://mapdl.docs.pyansys.com/examples/gallery_examples/00-mapdl-examples/path_operations.html#sphx-glr-examples-gallery-examples-00-mapdl-examples-path-operations-py

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@peluho
Comment options

@germa89
Comment options

Comment options

You must be logged in to vote
0 replies
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