controls#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.boundary.remesh.controls(service, version, mode, path)#

Bases: TUIMenu

Edge loop tools text menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

delete_overlapped(service, version, mode, path)

Turn on/off deletion of overlapped edges.

direction(service, version, mode, path)

Set direction of edge loop projection.

intersect(service, version, mode, path)

Enter the intersect control menu.

project_method(service, version, mode, path)

Available methods: 0-closest 1-direction.

proximity_local_search(service, version, ...)

Include selected face for proximity calculation.

quadratic_recon(service, version, mode, path)

Turn on/off quadratic reconstruction of edge loops.

remesh_method(service, version, mode, path)

Available methods: 1-constant 2-arithmetic 3-geometric.

spacing(service, version, mode, path)

Set first and last edge spacing.

tolerance(service, version, mode, path)

Set intersection tolerance (absolute unit).

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Turn on/off deletion of overlapped edges.

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

Bases: TUIMethod

Set direction of edge loop projection.

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

Bases: TUIMethod

Available methods: 0-closest 1-direction.

Bases: TUIMethod

Include selected face for proximity calculation.

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

Bases: TUIMethod

Turn on/off quadratic reconstruction of edge loops.

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

Bases: TUIMethod

Available methods: 1-constant 2-arithmetic 3-geometric.

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

Bases: TUIMethod

Set first and last edge spacing.

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

Bases: TUIMethod

Set intersection tolerance (absolute unit).