meshing.tui.mesh.poly.controls.smooth_controls#

class main_menu.mesh.poly.controls.smooth_controls(path, service)#

Enters the menu for setting smoothing parameters for poly mesh.

centroid_smooth_iterations(*args, **kwargs)#

Sets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.

edge_smooth_iterations(*args, **kwargs)#

Sets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.

laplace_smooth_iterations(*args, **kwargs)#

Sets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.

smooth_attempts(*args, **kwargs)#

Sets the maximum number of movements for a single node during poly mesh smoothing.

smooth_boundary(*args, **kwargs)#

Enables boundary smoothing as part of poly cell smoothing. Default is no.

smooth_iterations(*args, **kwargs)#

Sets the number of improvement passes over the full poly mesh.

smooth_on_layer(*args, **kwargs)#

Constrains movement of nodes to maintain layering during poly mesh smoothing.

smooth_skew(*args, **kwargs)#

Sets the minimum skewness threshold for poly mesh smoothing.