-
Sorry, my English is bad.
Currently, when using file formats like STL and OBJ,
CAD software often fails to convert properly due to issues with broken surfaces or complex features.
Exporting ST…
-
It would be nice to not have matplotlib so tightly integrated into the plot.py functionality so that we can exersize tighter control over the output graphs. Doing this would also result in faster adop…
-
### Describe the bug, what's wrong, and what you expected.
Hello,
I am using pyvista to plot my results from fenicsx library and I noticed, when I am using quad elements I am getting these weird …
-
### Problem description
I have an earthquake database. For each event-station pair, I have calculated the Q value along the raypath. Based on this information, I have created a DataContainer that i…
-
### Describe the bug, what's wrong, and what you expected.
I'm building a BVH Node structure and I want to display my bounding boxes. There are a lot of them and a unique mesh to contain them all d…
-
Hi, thank you so much for this awesome package. We want to use pyvista in a custom application. Could you please let me know how to:
redefine user interactions. For example, a mouse left button dra…
-
### Describe the bug, what's wrong, and what you expected.
From the documentation: https://docs.pyvista.org/examples/02-plot/labels.html
The code below should render a cloud of labels + their poin…
-
There are quite a lot of `for`-loops in the `vtk_loader` module which would get really slow on bigger VTK datasets. This library can handle NumPy arrays, correct?
Perhaps we should reimplement that…
-
In an interactive session. It seems that the screenshot method, especially with `nonlinear_subdivision > 1`, *eats* the RAM. Unfortunately, we can't do much about it.
```python
import felupe as fe…
-
Hi,
I am trying to build a docker image based on windows container (mcr.microsoft.com/windows:20H2) to run on it a python project, and I am getting issues running pyvista in the built container. …