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...
### 🔍 Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### 🐞 Description of the 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 -...
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`....
Add polydata methods to `Edge` and `Face` classes
### 📝 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...
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...