meshing.tui.objects.fix_holes.advanced#

class main_menu.objects.fix_holes.advanced(path, service)#

Advanced fix holes options.

open_holes_between_material_points(*args, **kwargs)#

Open holes separating the material points to merge them.

open_holes_connected_to_material_points(*args, **kwargs)#

Open all holes wetted by material points.

open_holes_not_connected_to_material_points(*args, **kwargs)#

Open all holes other than holes wetted by material points.

open_traced_holes_between_material_points(*args, **kwargs)#

Trace a path between material points and open holes part of the traced path.

patch_holes_between_material_points(*args, **kwargs)#

Patch holes separating the material points.

patch_holes_connected_to_material_points(*args, **kwargs)#

Patch all holes wetted by material points.

patch_holes_not_connected_to_material_points(*args, **kwargs)#

Patch all holes other than holes wetted by material points.