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

We are definitely not going to implement the Spline logic on our own. We should look into other libraries to see who has it implemented and wrap around it.

Would be great if I could `len(mycomp)` and get a real length. Likewise with accessing bodies via a body name or even ID. For example, if I create a body...

Add transformation module for : - [ ] Rotation - [ ] Translation - [ ] Scaling - [ ] Reflection (if required)

For example, would like to evaluate each value of numpy array against a specific tolerance value.

## Description **Bringing driving dimensions/ geometry parametrization to pyansys-geometry.** THIS PR is draft so please don't try reviewing or anything till it is published. ## Issue linked **Please mention the...

enhancement

## Description Summary: This pull request introduces new functionality to the geometry core, enabling users to get and set the color of a Body object. This enhancement extends the existing...

enhancement

For now: * Trapezoid constructor modified

### 📝 Description of the example A script to create solderball model and also target solder for performing morphing ### 📁 Files needed for running the example [PyGeometry.zip](https://github.com/user-attachments/files/16554617/PyGeometry.zip) ### 💻...

documentation
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

After https://github.com/ansys/pyansys-geometry/pull/1293, the following test inside ``tests/integration/test_repair_tools.py`` is failing. We decided to skip it but this requires investigation and resolution. Assigning task to @umutsoysalansys ```py def test_fix_extra_edge(modeler: Modeler): """Test to...

bug
PRIORITY