pyansys-geometry
pyansys-geometry copied to clipboard
A Python wrapper for Ansys Geometry Services
### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...
### Discussed in https://github.com/ansys/pyansys-geometry/discussions/1884 > > > Originally posted by **dhtdean** April 7, 2025 > Hi, I am wondering if there are ways to get more detailed runtime error messages...
## Description Adding tracker to some of the repair tools as a proof of concept ## Issue linked **Please mention the issue number or describe the problem this pull request...
### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...
### 📝 Description of the feature BeamProfiles currently not supported in __read_existing_design. ### 💡 Steps for implementing the feature This also requires enabling BeamProfiles in the Beam class constructor and...
### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...
After #1724 we realized that there are some differences in behavior when using command-based boolean operations that should be addressed. For now we are reverting back to the old implementation....
### 📝 Description of the feature When subtracting one body from the other, the faces with named selection shared between the two . The final body should inherit this named...
### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...
Whenever you call the ``body.intersect()`` method, if your bodies intersect in 2 different locations, the user only gets back one of them instead of all the intersections... This can be...