v7.16
[7.16.0] - 2024-02-13
Added
- Add
MeshContainer.plot()
,img = MeshContainer.screenshot()
andax = MeshContainer.imshow()
. The default list of colors contains PyVista's default color as first item and then the list of matplotlib's named colors C1, C2, etc (excluding C0). - Add
Mesh.merge_duplicate_points(decimals=None)
and makeMesh.sweep(decimals=None)
an alias of it. - Add
Mesh.merge_duplicate_cells()
.
Fixed
- Fix
Mesh.imshow(ax=None)
,FieldContainer.imshow(ax=None)
andSolidBody.imshow(ax=None)
from v7.15.
What's Changed
- Add
MeshContainer.plot()
,img = MeshContainer.screenshot()
andax = MeshContainer.imshow()
by @adtzlr in #611 - Add
mesh.merge_duplicate_points()
andmesh.merge_duplicate_cells()
by @adtzlr in #612 - Fix
Mesh.imshow(ax=None)
,FieldContainer.imshow(ax=None)
andSolidBody.imshow(ax=None)
by @adtzlr in #613
Full Changelog: v7.15.0...v7.16