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
PRIORITY
SERVER-IMPLEMENTATION

### 🔍 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

The following list enumerates those tests that still need to be activated on the Linux service but require some backend work: - [ ] test_export_to_step - STEP export missing -...

Some of the export format files can then not be imported due to various issues. Identified for: - [ ] IGES - [ ] FMD - [ ] PMDB -...

PRIORITY

As title says. We should reconsider revisiting the workflow and cleaning it up to improve the process.

### 📝 Description of the feature Currently, it's not possible to retrieve the bodies and components belonging to a Named Selection. `NamedSelection` class only has 2 properties: `id` and `name`....

enhancement
PRIORITY
SERVER-IMPLEMENTATION

Add polydata methods to `Edge` and `Face` classes

enhancement

### 📝 Description of the feature Implement the following functions for curves: - as_spline - get_length - get_polyline - intersect_curve - is_coincident ### 💡 Steps for implementing the feature Each...

enhancement

See https://app.codecov.io/gh/ansys/pyansys-geometry/tree/main/src%2Fansys%2Fgeometry%2Fcore%2Fshapes Looks like the ``shapes`` subpackage is know partially covered. Let's try to reach as close to 100% as possible. If there are "unaccessible" statements, you can add ``...

@jonahrb we should include your car example inside the documentation examples. Do you have your script somewhere? If so, just paste it inside the issue - I can handle the...