remove_gaps#

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

Bases: TUIMenu

Contains options for removing gaps between the mesh objects specified or removing the thickness in the mesh objects specified.

Classes:

ignore_orientation(service, version, mode, path)

Allows you to set whether the orientation of the normals should be taken into account while identifying the gap to be removed.

remove_gaps(service, version, mode, path)

Allows you to remove gaps between the mesh objects specified or remove the thickness in the mesh objects specified.

show_gaps(service, version, mode, path)

Marks the faces at the gap between mesh objects based on the gap distance and percentage margin specified.

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

Bases: TUIMethod

Allows you to set whether the orientation of the normals should be taken into account while identifying the gap to be removed.

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

Bases: TUIMethod

Allows you to remove gaps between the mesh objects specified or remove the thickness in the mesh objects specified. Select the appropriate repair option and specify the other parameters required.

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

Bases: TUIMethod

Marks the faces at the gap between mesh objects based on the gap distance and percentage margin specified.