pyansys-geometry icon indicating copy to clipboard operation
pyansys-geometry copied to clipboard

A Python wrapper for Ansys Geometry Services

Results 80 pyansys-geometry issues
Sort by recently updated
recently updated
newest added
trafficstars

### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...

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...

enhancement

### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...

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...

enhancement

### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...

enhancement

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...

enhancement

### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...

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...