v8.3.0
[8.3.0] - 2024-04-02
Added
- Add a method to convert a mesh to a PyVista unstructured grid
Mesh.as_pyvista(cell_type=None)
.
Changed
- Change default line-width from
1.0
to2.0
inViewMesh.plot(line_width=2.0)
. - Enforce a 3d points-array in
Mesh.as_meshio()
.
Fixed
- Fix previously ignored line-width in the plot of a mesh
ViewMesh.plot(line_width=1.0)
. - Fix
math.tovoigt()
for one-dimensional tensors.
What's Changed
Full Changelog: v8.2.1...v8.3.0