improve#
Bases:
TUIMenuPrism Smoothing Controls.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
check_allowable_skew(service, version, mode, ...)Check skewness for cap every layer?.
check_size(service, version, mode, path)Check for negative cell volume?.
corner_height_weight(service, version, mode, ...)Improve cell quality/shape by adjusting heights at large corners?.
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, ...)Skewness-driven edge swapping is only allowed between base faces whose normals are within this angle.
edge_swap_cap_angle(service, version, mode, path)Skewness-driven edge swapping is only allowed between cap faces whose normals are within this angle.
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)Perform node movement to improve warp of quad face?.
layer_by_layer_smoothing(service, version, ...)Perform normals and heights smoothing to improve cell quality/shape?.
left_hand_check(service, version, mode, path)Check for left handedness of faces (0 - no check, 1 - only cap faces, 2 - faces of all cells in current layer).
max_allowable_cap_skew(service, version, ...)Layer growth is stopped if any cap face has skewness > this value (after all smoothing).
max_allowable_cell_skew(service, version, ...)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, ...)Smooth and improve prism cells.
swap_smooth_skew(service, version, mode, path)Only faces with skewness >= this value are swapped and/or smoothed.
__init__ method of TUIMenu class.
Bases:
TUIMethodCheck skewness for cap every layer?.
Bases:
TUIMethodCheck for negative cell volume?.
Bases:
TUIMethodImprove cell quality/shape by adjusting heights at large corners?.
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:
TUIMethodSkewness-driven edge swapping is only allowed between base faces whose normals are within this angle.
Bases:
TUIMethodSkewness-driven edge swapping is only allowed between cap faces whose normals are within this angle.
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:
TUIMethodPerform node movement to improve warp of quad face?.
Bases:
TUIMethodPerform normals and heights smoothing to improve cell quality/shape?.
Bases:
TUIMethodCheck for left handedness of faces (0 - no check, 1 - only cap faces, 2 - faces of all cells in current layer).
Bases:
TUIMethodLayer growth is stopped if any cap face has skewness > this value (after all smoothing).
Bases:
TUIMethodCell 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:
TUIMethodSmooth and improve prism cells.
Bases:
TUIMethodOnly faces with skewness >= this value are swapped and/or smoothed.