meshing.tui.mesh.poly#

class main_menu.mesh.poly(path, service)#

Enters the polyhedral mesh generation menu.

collapse(*args, **kwargs)#

Merge nodes to remove short edges and small faces. The decision threshold uses edge size ratio, face size ratio, and (face) area fraction.

improve(*args, **kwargs)#

Allows you to improve the polyhedral mesh quality based on the quality-method.

quality_method(*args, **kwargs)#

Asks you to choose from internal-default, orthoskew or squish quality measure for mesh improvement.

remesh(*args, **kwargs)#

Improves the quality in a local region based on the minimum skewness threshold.