-
Notifications
You must be signed in to change notification settings - Fork 15
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
Temp body created when trying to perform an intersection on bodies which do not intersect. #1192
Comments
Thanks @rmanno91 - let me look into it soon |
I can verify this behavior. I believe this might be an underlying library issue (SC/DMS/Discovery)... are you interested in having that "temp" body? Because I believe you aren't. |
Okay so, after verifying with @rmanno91, they are not interested in having that body (which makes total sense). We should delete this "temp" file whenever these operations occur. Pinging @ansys/pyansys-geometry-maintainers. This is an issue happening in SC/DMS/Discovery... Happened as well in 24r1 - let's try to fix this before 24r2. |
Seems to be fixed in the latest dev version - I will give it a try and implement a test for this. |
Thanks Roberto, I will have a go on my end too. |
This test will verify that the change is implemented |
🔍 Before submitting the issue
🐞 Description of the bug
When trying to perform an intersection between two bodies which do not intersect we can find a temp body within the saved geometry which is not shown in the pygeometry design.
from the scdocx:
from design object:
I have added a script to reproduce the problem.
📝 Steps to reproduce
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024 R2
🐍 Which Python version are you using?
3.12
📦 Installed packages
The text was updated successfully, but these errors were encountered: