Skip to main content
Ctrl+K

Polpo @ GI lab

  • How-tos
  • Tutorials
  • API
  • How-tos
  • Tutorials
  • API

Section Navigation

  • polpo.preprocessing
    • BranchingPipeline
    • Constant
    • Contains
    • ContainsAll
    • DataPrinter
    • DecorateToIterable
    • EmptyRemover
    • EmptySkipper
    • Eval
    • EvalFromImport
    • ExceptionToWarning
    • Filter
    • IdentityStep
    • IfCondition
    • IfEmpty
    • IndexMap
    • IndexSelector
    • Lambda
    • ListSqueeze
    • Listify
    • Map
    • MethodApplier
    • NestingSwapper
    • NoneRemover
    • NoneSkipper
    • ParMap
    • PartiallyInitializedStep
    • Pipeline
    • Prefix
    • PreprocessingStep
    • RemoveIndex
    • SerialMap
    • Sorter
    • StepWithLogging
    • StepWrappingPreprocessingStep
    • Truncater
    • TupleWith
    • TupleWithIncoming
    • Unnest
    • WrapInList
    • polpo.preprocessing.base
    • polpo.preprocessing.dict
    • polpo.preprocessing.learning
    • polpo.preprocessing.load
    • polpo.preprocessing.mesh
    • polpo.preprocessing.mri
    • polpo.preprocessing.np
    • polpo.preprocessing.path
    • polpo.preprocessing.pd
    • polpo.preprocessing.point_cloud
    • polpo.preprocessing.ssh
    • polpo.preprocessing.str
  • API
  • polpo.preprocessing
  • polpo.preprocessing.mesh
  • polpo.preprocessing.mesh.smoothing
  • PvSmoothTaubin

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

On this page
  • PvSmoothTaubin

© Copyright 2024-, Geometric Intelligence Lab @ UC Santa Barbara.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.