CompositeFilters#
- class CompositeFilters(*args, **kwargs)[source]#
An internal class to manage filters/algorithms for composite datasets.
Methods#
|
Combine all blocks into a single unstructured grid. |
Extract the surface the geometry of all blocks. |
|
|
Apply any filter to all nested blocks recursively. |
|
Produce an outline of the full extent for the all blocks in this composite dataset. |
|
Produce an outline of the corners for the all blocks in this composite dataset. |
Filters#
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. |
|
Check the validity of each cell in this dataset. |
|
Clip a dataset by a plane by specifying the origin and normal. |
|
Clip a dataset by a bounding box defined by the bounds. |
|
Clip a dataset by a slab of finite thickness around a plane. |
|
Compute sizes for 0D (vertex count), 1D (length), 2D (area) and 3D (volume) cells. |
|
Compute the convex hull from this mesh’s points. |
|
Transform cell data into point data. |
|
Generate scalar values on a dataset. |
|
Extract all the internal/external edges of the dataset as PolyData. |
|
Extract surface geometry of the mesh as |
|
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. |
|
Validate this mesh’s array data, points, and cells. |