morph#
Bases:
TUIMenu
Enters the prism morphing controls menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
improve_threshold
(service, version, mode, path)Specifies the quality threshold used for improving the quality during the morphing operation.
morphing_convergence_limit
(service, version, ...)Specifies the convergence limit for the morphing operation.
morphing_frequency
(service, version, mode, path)Specifies the frequency of the morphing operation.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Specifies the quality threshold used for improving the quality during the morphing operation.
Bases:
TUIMethod
Specifies the convergence limit for the morphing operation. The morpher uses an iterative solver. It is assumed to have converged when the relative residual is less than this number.
Bases:
TUIMethod
Specifies the frequency of the morphing operation. The number specified denotes the number of prism layers after which the morpher is applied to the remainder of the mesh (for example, a value of 5 indicates that the morpher is applied to the mesh after every 5 prism layers grown).