pymeshfix.MeshFix.plot#
- MeshFix.plot(show_holes=True, **kwargs)#
Plot the mesh.
- Parameters:
show_holes (bool, optional) – Shows boundaries. Default True
**kwargs (keyword arguments) – Additional keyword arguments. See help(pyvista.plot)
Examples
>>> mfix.plot(show_holes=True)