pyvista-support
pyvista-support copied to clipboard
[moved] Please head over to the Discussions tab of the PyVista repository
Hi everyone, I am trying something fairly simple: interpolating the fields of a VTK onto a coarser STL If I use a VTK with point fields it works perfectly, however...
Any advice help with the following would be appreciated. I am trying to calculate the area of a polydata set - for instance in the example below the total sq.m...
## Description I have learn pyvista for weeks, it's powerful! But I don't know how to get the Z value of a point on the surface, for example, I want...
## Description Hi, I am trying to visualize 10,000 - 100,000 seismic events. I am plotting the events as spheres sized according to magnitude and colored according to origin time....
## Description I'm wondering how to plot an ellipsoid (or multiple ones) at a specific location and rotation angles. I can't seem to see any option in the `pv.Ellipsoid()` geometry....
Is there an IGES writer in pyvista? I would like to write a 3d spline to IGES.
Dear pyvista-folks, I am thinking about adding a postprocessing step to my calculations on an HPC-cluster, using pyvista. Is it somehow possible to save plots (png/svg) without a graphical back-end?...
Hi, I'm trying to extract some boundaries from a density map. I tried to use extract_edges but got the edges of the mesh. Is there any subroutine that can extract...
When I am trying to use PlotterITK in Jupyter notebooks, the color parameter is ignored. I am experimenting with a 3D visualizer that can complement matplotlib and am looking at...
Hello! I am currently trying to make a slice of my vtk object, but when I slice in the z direction the coloring becomes wrong. Then when I move the...