smooth_controls#
Bases:
TUIMenu
Enters the menu for setting smoothing parameters for poly mesh.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
centroid_smooth_iterations
(service, version, ...)Sets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.
edge_smooth_iterations
(service, version, ...)Sets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.
laplace_smooth_iterations
(service, version, ...)Sets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.
smooth_attempts
(service, version, mode, path)Sets the maximum number of movements for a single node during poly mesh smoothing.
smooth_boundary
(service, version, mode, path)Enables boundary smoothing as part of poly cell smoothing.
smooth_iterations
(service, version, mode, path)Sets the number of improvement passes over the full poly mesh.
smooth_on_layer
(service, version, mode, path)Constrains movement of nodes to maintain layering during poly mesh smoothing.
smooth_skew
(service, version, mode, path)Sets the minimum skewness threshold for poly mesh smoothing.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Sets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.
Bases:
TUIMethod
Sets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.
Bases:
TUIMethod
Sets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.
Bases:
TUIMethod
Sets the maximum number of movements for a single node during poly mesh smoothing.
Bases:
TUIMethod
Enables boundary smoothing as part of poly cell smoothing. Default is no.
Bases:
TUIMethod
Sets the number of improvement passes over the full poly mesh.
Bases:
TUIMethod
Constrains movement of nodes to maintain layering during poly mesh smoothing.
Bases:
TUIMethod
Sets the minimum skewness threshold for poly mesh smoothing.