join_intersect#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.objects.join_intersect(service, version, mode, path)#

Bases: TUIMenu

Join, intersect and build regions in a mesh object.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add_objects_to_mesh_object(service, version, ...)

Add mesh and wrap objects to a mesh object.

change_region_type(service, version, mode, path)

Change type of region.

compute_regions(service, version, mode, path)

Recompute mesh object topo regions.

controls(service, version, mode, path)

Build topology controls.

create_mesh_object(service, version, mode, path)

Create mesh object from wrap objects.

delete_region(service, version, mode, path)

Delete regions in the object.

intersect(service, version, mode, path)

Intersect all face zones in mesh object.

join(service, version, mode, path)

Join all face zones in mesh object.

list_regions(service, version, mode, path)

List regions of mesh object.

merge_regions(service, version, mode, path)

Merge regions in the object.

rename_region(service, version, mode, path)

Rename a region in mesh object.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Add mesh and wrap objects to a mesh object.

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

Bases: TUIMethod

Change type of region.

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

Bases: TUIMethod

Recompute mesh object topo regions.

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

Bases: TUIMethod

Create mesh object from wrap objects.

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

Bases: TUIMethod

Delete regions in the object.

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

Bases: TUIMethod

Intersect all face zones in mesh object.

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

Bases: TUIMethod

Join all face zones in mesh object.

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

Bases: TUIMethod

List regions of mesh object.

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

Bases: TUIMethod

Merge regions in the object.

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

Bases: TUIMethod

Rename a region in mesh object.