Skip to content

Plotting modal deformed shapes with colors #1525

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

You must be logged in to vote

Hi @half1red Please see the MAPDL command help on /GRAPHICS. MAPDL as a Service runs like batch, so the default graphics is "Full" which only plots beam elements as lines. Also I see you abbreviated the /ESHAPE command but did not use it; will need to do so in order to see the beam cross-section. You can add these commands just before the mapdl.prep7()

mapdl.graphics("power")
mapdl.eshape(1)

When MAPDL is started in interactive mode (GUI on) Power Graphics is the default.

Also the plot will probably look like a thicker black line given the aspect ratio of the beam and zoomed out to see the whole thing. You'll probably need to zoom in some to better see the cross section.

mike

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by half1red
Comment options

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

Comment options

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