improve#
Bases:
TUIMenu
Enters the prism improve menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
improve_prism_cells
(service, version, mode, path)Collects and smooths cells in layers around poor quality cells.
smooth_brute_force
(service, version, mode, path)Forcibly smooths cells if cell skewness is still high after regular smoothing.
smooth_cell_rings
(service, version, mode, path)Specifies the number of cell rings around the skewed cell used by improve-prism-cells.
smooth_improve_prism_cells
(service, version, ...)Uses a combination of node movement and optimized smoothing to improve the quality.
smooth_prism_cells
(service, version, mode, path)Enables optimization based smoothing of prism cells.
smooth_sliver_skew
(service, version, mode, path)Specifies the skewness above which prism cells will be smoothed.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Collects and smooths cells in layers around poor quality cells. Cells with quality worse than the specified threshold value will be identified, and the nodes of the cells surrounding the poor quality cells will be moved to improve quality.
Bases:
TUIMethod
Forcibly smooths cells if cell skewness is still high after regular smoothing.
Bases:
TUIMethod
Specifies the number of cell rings around the skewed cell used by improve-prism-cells.
Bases:
TUIMethod
Uses a combination of node movement and optimized smoothing to improve the quality. This command is a combination of the smooth-prism-cells and improve-prism-cells commands. The cell aspect ratio will also be maintained based on the value specified for max-aspect-ratio.
Bases:
TUIMethod
Enables optimization based smoothing of prism cells. The nodes of cells with quality worse than the specified threshold value will be moved to improve quality. The cell aspect ratio will also be maintained based on the value specified for max-aspect-ratio.
Bases:
TUIMethod
Specifies the skewness above which prism cells will be smoothed.