question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mapdl.pnum doesn't seem to work when doing eplot

See original GitHub issue

I tried plotting elements along with element type number in the plot, using PNUM command. But, I don’t get the type numbers on the plot. Please let me know if I am missing something (tested both full and power graphics)

mapdl.pnum(label='TYPE',key='1')
print(mapdl.pnum(label='STAT'))
mapdl.eplot(vtk=True,cpos='xy',show_edges=True,line_width=2)

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
akaszynskicommented, May 26, 2021

Anyway, we have to remember to mention the limitations (e.g. pnum not working; instead use parameters) in the documentation when updating the plotting system.

I’ll add in a note:: directive into the plotting methods to make a note about pnum.

Also, I fixed my comment and removed your comment because I didn’t want to confuse anyone else. Thanks for the correction!

0reactions
RGPATCHIcommented, May 28, 2021

Hi All,

Thank you for your comments and feedback!

Best regards, Rohith

Read more comments on GitHub >

github_iconTop Results From Across the Web

/PNUM - BME-MM
This command specifies entity numbering and coloring for subsequent plots. The MAT, TYPE, REAL, and ESYS labels activate both the numbering and coloring...
Read more >
Element death APDL code - ANSYS Software Suite - Eng-Tips
I'm trying to get element death to work in a loop to simulate a realistic failure. Problem is, the ESEL and EKILL only...
Read more >
Can't see element results in APDL - Ansys Learning Forum
Hi,nI'm trying to analysis a simple 2D truss in APDL, but I can't see any element results such as axial force. I got...
Read more >
Common Commands in ANSYS APDL • Selecting Stuff
Use this command after changing any plot settings to see an updated plot with current settings. • To plot items: o EPLOT –...
Read more >
ANSYS Advanced Analysis Techniques Guide - iMechanica
Unauthorized use, distribution or duplication is prohibited. ... parameters, see Chapter 3, “Using Parameters” in the ANSYS APDL ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found