-
Notifications
You must be signed in to change notification settings - Fork 1
Implement ply geometry export for modeling plies #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add an `export_modeling_ply_geometries` method to the `Model`, which the geometry of all modeling plies Other changes: - Add a helper function for managing the version of the server which supports a particular feature. - Since that required knowing the server version at the `TreeObject` level, convert the `channel` member into a `ServerWrapper` which contains both the channel and version. - Force newer version of `ansys-mapdl-core`, to avoid poetry resolving numpy to version 2.0 and down- grading `ansys-mapdl-core`, since older versions do not declare their incompatibility with numpy 2.0.
Wiz Scan Summary
|
…eometry_export_to_main
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #557 +/- ##
==========================================
+ Coverage 91.93% 91.97% +0.04%
==========================================
Files 82 82
Lines 4242 4289 +47
==========================================
+ Hits 3900 3945 +45
- Misses 342 344 +2 ☔ View full report in Codecov by Sentry. |
roosre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments. I think it would make sense to ad an argument to export_modeling_ply_geometries
…eometry_export_to_main
Merging the changes from #545 onto
main.Add an
export_modeling_ply_geometriesmethod to theModel, which the geometry of all modeling pliesOther changes:
TreeObjectlevel, convert thechannelmember into aServerWrapperwhich contains both the channel and version.ansys-mapdl-core, to avoid poetry resolving numpy to version 2.0 and downgradingansys-mapdl-core, since older versions do not declare their incompatibility with numpy 2.0.