-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APLOT results in the deletion of areas and area components. #3372
Comments
Hi all!! I get quite the same issue, but using Here is my piece of code:
|
Assumption: if line where component names are stored corresponds to the new components created internally by pymapdl to generate the new meshed areas and get the PolyData, then a filtering could solve the issue... In my simple example I use
And for the two examples above it works fine, but it is important to ensure that the assumption is correct. |
i'm trying to get into this today... I see that in @mikerife 's code, the name of the areas are changed?? Before the
After
this is NOT acceptable. |
@mikerife can you verify it runs well on your end? |
@germa89 I can verify that yes it does. Thank you! |
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
An area component exists. APLOT command is issued. The area component then no longer exists. The area list changes from 1 and 2 when created to 3 and 4 after plotting. Something is copying areas and accidentally deleting the original areas. PyMAPDL version 0.68.4
🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.10
💾 Which MAPDL version are you using?
2024R1
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: