meshing.tui.objects.join_intersect#

class main_menu.objects.join_intersect(path, service)#

Contains options for connecting overlapping and intersecting face zones.

add_objects_to_mesh_object(*args, **kwargs)#

Allows you to specify one or more mesh objects to be added to an existing mesh object.

change_region_type(*args, **kwargs)#

Allows you to select a cell zone type (solid, fluid or dead) for a specific region.

compute_regions(*args, **kwargs)#

Closed cell zone regions are computed from the specified mesh object. You may include a material point, if desired.

create_mesh_object(*args, **kwargs)#

Allows you to specify one or more mesh objects to be connected in one mesh object.

delete_region(*args, **kwargs)#

Removes a closed cell zone region and all of its face zones, except those which are shared by other regions, from the specified mesh object.

intersect(*args, **kwargs)#

Connects two intersecting face zones within specified angle and tolerance.

join(*args, **kwargs)#

Connects two overlapping face zones within specified angle and tolerance.

list_regions(*args, **kwargs)#

Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.

merge_regions(*args, **kwargs)#

Specified regions are joined into a single region.

rename_region(*args, **kwargs)#

Enables you to specify a new name for a specified region.