PvSmoothTaubin#

class polpo.preprocessing.mesh.smoothing.PvSmoothTaubin(n_iter=20, pass_band=0.1, edge_angle=15.0, feature_angle=45.0, boundary_smoothing=True, feature_smoothing=False, non_manifold_smoothing=False, normalize_coordinates=False, inplace=False, progress_bar=False)[source]#

Bases: PreprocessingStep

Smooth a PolyData DataSet with Taubin smoothing.

https://docs.pyvista.org/api/core/_autosummary/pyvista.polydatafilters.smooth_taubin#pyvista.PolyDataFilters.smooth_taubin

apply(poly_data)[source]#

Apply step.