File: README.rst

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (14 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Filtering
---------

These examples show case various mesh analysis and filtering routines present
in the :ref:`filters` module. Explore these demos to perform tasks such as:

* Slicing and cutting meshes
* Computing mesh properties like volume, area, and surface normals
* Mesh decimation
* Extract regions of one mesh using another mesh's surface
* Ray tracing through surface meshes
* Resampling and interpolating scalar/vector values across meshes
* Integrating a vector field to generate streamlines
* Smoothing surfaces