smooth_controls#
Bases:
TUIMenuEnters 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:
TUIMethodSets the number of passes for tet-cell centroid smoothing during the poly mesh generation phase.
Bases:
TUIMethodSets the number of passes for tet-cell edge smoothing during the poly mesh generation phase.
Bases:
TUIMethodSets the number of passes for tet-cell Laplace smoothing during the poly mesh generation phase.
Bases:
TUIMethodSets the maximum number of movements for a single node during poly mesh smoothing.
Bases:
TUIMethodEnables boundary smoothing as part of poly cell smoothing. Default is no.
Bases:
TUIMethodSets the number of improvement passes over the full poly mesh.
Bases:
TUIMethodConstrains movement of nodes to maintain layering during poly mesh smoothing.
Bases:
TUIMethodSets the minimum skewness threshold for poly mesh smoothing.