We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently you cannot export to STL, but you can export the "view" created by the plotting functions using Pyvista.
We should be able to generate STL files of the full geometry without plotting.
Reevaluate steps because of comments.
Better implement first DPF
mapdl.export("stl", "volumes") mapdl.export("stl", "all")
which will wrap Pyvista Save function.
The text was updated successfully, but these errors were encountered:
There is already an operator in DPF-Core which can do it: https://dpfdocs.pyansys.com/api/ansys.dpf.core.operators.mesh.stl_export.html
Sorry, something went wrong.
Thank you @bedermaus !
If we are going to reuse the DPF operator, we will introduce DPF as a dependency. We should coordinate with #1298
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description of the feature
Currently you cannot export to STL, but you can export the "view" created by the plotting functions using Pyvista.
We should be able to generate STL files of the full geometry without plotting.
Steps for implementing the feature
Reevaluate steps because of comments.
Better implement first DPF
which will wrap Pyvista Save function.
Useful links and references
STL instead of IGES #1226
The text was updated successfully, but these errors were encountered: