create_new_mesh_object#

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

Bases: TUIMenu

Contains options for creating a new mesh object by wrapping or remeshing existing objects.

Classes:

remesh(service, version, mode, path)

Creates a new mesh object by remeshing geometry objects individually or collectively.

wrap(service, version, mode, path)

Creates a new mesh object by wrapping the specified objects individually or collectively.

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

Bases: TUIMethod

Creates a new mesh object by remeshing geometry objects individually or collectively.

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

Bases: TUIMethod

Creates a new mesh object by wrapping the specified objects individually or collectively.