improve#
Bases:
TUIMenuEnters the prism smoothing controls menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
check_allowable_skew(service, version, mode, ...)Enables you to check the skewness of the prism cap for every layer.
check_size(service, version, mode, path)Check for negative cell volume?.
corner_height_weight(service, version, mode, ...)When enabled, the offset height at corners with large angles (for example, 270º) is reduced to give a smoother prism cap.
edge_smooth(service, version, mode, path)Perform local smoothing of nodes on longest edges of skewed faces?.
edge_smooth_angle(service, version, mode, path)Skewness-driven edge smoothing is only allowed between cap faces whose normals are within this angle.
edge_swap(service, version, mode, path)Perform edge swapping to improve skewness?.
edge_swap_base_angle(service, version, mode, ...)Specifies the maximum allowable angle between the normals of the base faces for skewness-driven edge swapping.
edge_swap_cap_angle(service, version, mode, path)Specifies the maximum allowable angle between the normals of the cap faces for skewness-driven edge swapping.
face_smooth(service, version, mode, path)Perform face-driven smoothing to improve skewness?.
face_smooth_converged(service, version, ...)Convergence criteria for cap face smoothing.
face_smooth_rings(service, version, mode, path)No.
face_smooth_skew(service, version, mode, path)Min.
identify_feature_line(service, version, ...)Perform normal smoothing on feature lines?.
improve_warp(service, version, mode, path)Enables or disables improving of face warp during prism generation.
layer_by_layer_smoothing(service, version, ...)Perform normals and heights smoothing to improve cell quality/shape?.
left_hand_check(service, version, mode, path)Controls checking for left-handedness of faces.
max_allowable_cap_skew(service, version, ...)Specifies the maximum skewness allowed for a prism cap face.
max_allowable_cell_skew(service, version, ...)Specifies the cell quality criteria for smoothing and quality checking.
node_smooth(service, version, mode, path)Perform node-driven smoothing to improve skewness?.
node_smooth_angle(service, version, mode, path)Only manifolds having characteristic angles within this many degrees of 180 will be smoothed.
node_smooth_converged(service, version, ...)Convergence criterion for node smoothing.
node_smooth_iter(service, version, mode, path)Maximum number of smoothing iterations for nodes on advancing layers.
node_smooth_local(service, version, mode, path)Allow node-smoothing to converge locally (for large geometries).
node_smooth_rings(service, version, mode, path)Controls locality of skewness-driven node smoothing.
post_adjust_height(service, version, mode, path)Perform prism height adjustment based on growth rate?.
shrink_left_handed_cap(service, version, ...)Shrink if required to get rid of left handed faces.
smooth_improve_prism_cells(service, version, ...)Enables you to set the parameters for improving the prism cells after the required prism layers are created.
swap_smooth_skew(service, version, mode, path)Only faces with skewness >= this value are swapped and/or smoothed.
__init__ method of TUIMenu class.
Bases:
TUIMethodEnables you to check the skewness of the prism cap for every layer.
Bases:
TUIMethodCheck for negative cell volume?.
Bases:
TUIMethodWhen enabled, the offset height at corners with large angles (for example, 270º) is reduced to give a smoother prism cap.
Bases:
TUIMethodPerform local smoothing of nodes on longest edges of skewed faces?.
Bases:
TUIMethodSkewness-driven edge smoothing is only allowed between cap faces whose normals are within this angle.
Bases:
TUIMethodPerform edge swapping to improve skewness?.
Bases:
TUIMethodSpecifies the maximum allowable angle between the normals of the base faces for skewness-driven edge swapping.
Bases:
TUIMethodSpecifies the maximum allowable angle between the normals of the cap faces for skewness-driven edge swapping.
Bases:
TUIMethodPerform face-driven smoothing to improve skewness?.
Bases:
TUIMethodConvergence criteria for cap face smoothing.
Bases:
TUIMethodNo. of rings to propagate skewness during smoothing of cap faces.
Bases:
TUIMethodMin. skewness to smooth cap faces.
Bases:
TUIMethodPerform normal smoothing on feature lines?.
Bases:
TUIMethodEnables or disables improving of face warp during prism generation. This option is disabled by default.
Bases:
TUIMethodPerform normals and heights smoothing to improve cell quality/shape?.
Bases:
TUIMethodControls checking for left-handedness of faces. The default setting of 0 implies face handedness will not be checked. A value of 1 implies only cap faces will be checked, while 2 implies faces of all cells in current layer will be checked.
Bases:
TUIMethodSpecifies the maximum skewness allowed for a prism cap face. If the skewness of a cap face exceeds this value, the meshing process will stop and a warning indicates that the skewness for that layer is too high.
Bases:
TUIMethodSpecifies the cell quality criteria for smoothing and quality checking.
Bases:
TUIMethodPerform node-driven smoothing to improve skewness?.
Bases:
TUIMethodOnly manifolds having characteristic angles within this many degrees of 180 will be smoothed.
Bases:
TUIMethodConvergence criterion for node smoothing.
Bases:
TUIMethodMaximum number of smoothing iterations for nodes on advancing layers.
Bases:
TUIMethodAllow node-smoothing to converge locally (for large geometries).
Bases:
TUIMethodControls locality of skewness-driven node smoothing. If greater than zero, nodes surrounding a node to be smoothed are smoothed first. Nodes directly connected to the target node are in ring 1. Nodes not in ring 1 which are directly connected to nodes in ring 1 are in ring 2, and so on. This value determines how many surrounding rings to smooth.
Bases:
TUIMethodPerform prism height adjustment based on growth rate?.
Bases:
TUIMethodShrink if required to get rid of left handed faces.
Bases:
TUIMethodEnables you to set the parameters for improving the prism cells after the required prism layers are created. You can select optimized smoothing (smooth), node movement (improve), or a combination of both to improve the quality. Specify the quality measure to be used, the cell quality threshold, the number of improvement iterations, and the minimum improvement required.
Bases:
TUIMethodOnly faces with skewness >= this value are swapped and/or smoothed.