improve#
Bases:
TUIMenuEnables you to improve boundary surfaces.
Methods:
__init__(service, version, mode, path)Initialize TUIMethod.
Classes:
collapse_bad_faces(service, version, mode, path)Enables you to collapse the short edge of faces having a high aspect ratio or skewness in the specified face zone(s).
degree_swap(service, version, mode, path)Enables you to improve the boundary mesh by swapping edges based on a node degree value other than 6.
improve(service, version, mode, path)Enables you to improve the boundary surface quality using skewness, size change, aspect ratio, or area as the quality measure.
smooth(service, version, mode, path)Enables you to improve the boundary surface using smoothing.
swap(service, version, mode, path)Enables you to improve the boundary surface using edge swapping.
__init__ method of TUIMenu class.
Bases:
TUIMethodEnables you to collapse the short edge of faces having a high aspect ratio or skewness in the specified face zone(s).
Bases:
TUIMethodEnables you to improve the boundary mesh by swapping edges based on a node degree value other than 6. The node degree is defined as the number of edges connected to the node.
Bases:
TUIMethodEnables you to improve the boundary surface quality using skewness, size change, aspect ratio, or area as the quality measure.
Bases:
TUIMethodEnables you to improve the boundary surface using smoothing.
Bases:
TUIMethodEnables you to improve the boundary surface using edge swapping.