Published August 19, 2019
| Version 0.22.0
Software
Open
pyvista/pyvista: Widgets, Point Picking, and Tables
Authors/Creators
- 1. INRIA
- 2. University of Hawaii at Manoa
- 3. Harvard University
- 4. @geophysics-ubonn
- 5. University of Washington
- 6. Data-Centric Engineering @alan-turing-institute
Description
New Features
- Add full support for widgets in the rendering scene! (See #360)
- Box widget - Create a box in 3D space. Includes a convenience method for clipping meshes
- Plane widget - Create an implicit plane in 3D space. Includes a convenience method for clipping and slicing meshes
- Slider widget - Add a slider bar to the render window. Includes a convenience method for thresholding meshes
- Line widget - Create and orient a line in 3D space.
- Point picking (see #362)
- Single point picking on meshes and in 3D space
- Trace lines across meshes using a geodesic path
- Trace lines through a scene by picking points on meshes or in 3D space
- Trace out horizon surfaces
- Wrap the
vtkTableclass (see #274 and the newpyvista.Tableclass) - Add a structured grid cylinder helper method (see
pyvista.CylinderStructured) which works creates apyvista.StructuredGridmesh in the shape of a cylinder. - New
.ribbon()filter forPolyDataobjects - create surfaces ("ribbons") from lines interpolate_befor_mapis now set tooTrueas default (see #363 and this example for details)
- Resolve issues with the
lines_from_pointshelper methods (see #357) - Fix an issue when fetching null points on datasets
Files
pyvista/pyvista-0.22.0.zip
Files
(77.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:42db8e009b9c4c1f7ebf78f87656272b
|
77.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pyvista/pyvista/tree/0.22.0 (URL)