-
Notifications
You must be signed in to change notification settings - Fork 17
PyGeometry first draft #12
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
Comments
Simply use pint. |
Generalize this. I can have the potential new hire work on this. Don't bother with plotting for this first pass. |
Reuse pyvista as much as possible as VTK's been tested out. See methods like https://docs.pyvista.org/api/core/_autosummary/pyvista.DataSet.transform.html |
The idea was generalizing it, yes. In the sense that all objects can be plotted.
But we could also have a ScenePlotter (or similar) which would allow us to feed it multiple objects and plot them all together. I'll give it a second thought anyway. Thanks @akaszynski! And we will definitely be using PyVista. It was on the roadmap ;) |
Main tasks in this issue are finished, only documentation improvement ones are missing |
Uh oh!
There was an error while loading. Please reload this page.
Let's get a first version of the Geometry client out!
Related tasks:
pint
. Linked to Start theunits
subpackage #2plotting
subpackage #3The text was updated successfully, but these errors were encountered: