fix_holes#

class ansys.fluent.core.meshing.tui_241.main_menu.objects.fix_holes(service, version, mode, path)#

Bases: TUIMenu

Fix holes in surface mesh using octree.

Classes:

advanced(service, version, mode, path)

Advanced fix holes options.

find_holes(service, version, mode, path)

Find holes in objects using octree.

open_all_holes(service, version, mode, path)

Open all wetted holes of the material point.

open_holes(service, version, mode, path)

Open holes even not connected by material point.

patch_all_holes(service, version, mode, path)

Patch all wetted holes of the material point.

patch_holes(service, version, mode, path)

Patch holes even not connected by material point.

reset_material_point(service, version, mode, ...)

Reset material point of of region of interest.

shrink_wrap(service, version, mode, path)

Shrink wrap wetted region of material point.

class find_holes(service, version, mode, path)#

Bases: TUIMethod

Find holes in objects using octree.

class open_all_holes(service, version, mode, path)#

Bases: TUIMethod

Open all wetted holes of the material point.

class open_holes(service, version, mode, path)#

Bases: TUIMethod

Open holes even not connected by material point.

class patch_all_holes(service, version, mode, path)#

Bases: TUIMethod

Patch all wetted holes of the material point.

class patch_holes(service, version, mode, path)#

Bases: TUIMethod

Patch holes even not connected by material point.

class reset_material_point(service, version, mode, path)#

Bases: TUIMethod

Reset material point of of region of interest.

class shrink_wrap(service, version, mode, path)#

Bases: TUIMethod

Shrink wrap wetted region of material point.