Mapdl.pnum doesn't seem to work when doing eplot
See original GitHub issueI 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)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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!
Hi All,
Thank you for your comments and feedback!
Best regards, Rohith