pyvista.DataObjectFilters#
- class DataObjectFilters(*args, **kwargs)[source]#
A set of common filters that can be applied to any DataSet or MultiBlock.
Methods#
|
Generate points at the center of the cells in this dataset. |
Transform cell data into point data. |
|
Compute a function of (geometric) quality for each cell of a mesh. |
|
|
Clip a dataset by a plane by specifying the origin and normal. |
|
Clip a dataset by a bounding box defined by the bounds. |
Compute sizes for 0D (vertex count), 1D (length), 2D (area) and 3D (volume) cells. |
|
|
Transform cell data into point data. |
|
Generate scalar values on a dataset. |
Extract all the internal/external edges of the dataset as PolyData. |
|
|
Flip mesh about the normal. |
|
Flip mesh about the x-axis. |
|
Flip mesh about the y-axis. |
|
Flip mesh about the z-axis. |
Transform point data into cell data. |
|
|
Transform point data into cell data. |
|
Reflect a dataset across a plane. |
|
Resize the dataset's bounds. |
|
Rotate mesh about a point with a rotation matrix or |
|
Rotate mesh about a vector. |
|
Rotate mesh about the x-axis. |
|
Rotate mesh about the y-axis. |
|
Rotate mesh about the z-axis. |
|
Resample array data from a passed mesh onto this mesh. |
|
Scale the mesh. |
|
Slice a dataset by a plane at the specified origin and normal vector orientation. |
|
Create many slices of the input dataset along a specified axis. |
|
Slice a dataset using a polyline/spline as the path. |
|
Slice a dataset by a VTK implicit function. |
|
Create three orthogonal slices through the dataset on the three cartesian planes. |
|
Transform this mesh with a 4x4 transform. |
|
Translate the mesh. |
|
Return an all triangle mesh. |