user_defined_groups#

class ansys.fluent.core.meshing.tui_241.main_menu.boundary.manage.user_defined_groups(service, version, mode, path)#

Bases: TUIMenu

Enables you to manipulate user-defined groups.

Classes:

activate(service, version, mode, path)

Activates the specified user-defined groups.

create(service, version, mode, path)

Creates the user-defined group comprising the specified zones.

delete(service, version, mode, path)

Deletes the specified user-defined group.

list(service, version, mode, path)

Lists the groups in the console.

update(service, version, mode, path)

Enables you to modify an existing group.

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

Bases: TUIMethod

Activates the specified user-defined groups.

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

Bases: TUIMethod

Creates the user-defined group comprising the specified zones.

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

Bases: TUIMethod

Deletes the specified user-defined group.

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

Bases: TUIMethod

Lists the groups in the console.

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

Bases: TUIMethod

Enables you to modify an existing group.