labels#

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

Bases: TUIMenu

Contains options for creating and managing face zone labels.

Classes:

add_zones(service, version, mode, path)

Adds the specified face zones to the existing face zone label for an object.

cavity(service, version, mode, path)

Enter menu to create cavity using labels.

create(service, version, mode, path)

Creates a new face zone label for the specified face zones.

create_label_per_object(service, version, ...)

Creates a new face zone label for all the face zones in every object.

create_label_per_zone(service, version, ...)

Creates a new face zone label for each face zone in the object.

delete(service, version, mode, path)

Deletes the specified face zone labels.

label_unlabeled_zones(service, version, ...)

Creates labels for unlabeled face zones within the specified object.

merge(service, version, mode, path)

Merges the specified face zone labels to a single label with the name specified.

remove_all_labels_on_zones(service, version, ...)

Removes all the face zone labels for the specified face zones.

remove_zones(service, version, mode, path)

Removes the specified face zones from the existing face zone label for an object.

rename(service, version, mode, path)

Renames the specified face zone label.

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

Bases: TUIMethod

Adds the specified face zones to the existing face zone label for an object.

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

Bases: TUIMethod

Creates a new face zone label for the specified face zones.

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

Bases: TUIMethod

Creates a new face zone label for all the face zones in every object.

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

Bases: TUIMethod

Creates a new face zone label for each face zone in the object.

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

Bases: TUIMethod

Deletes the specified face zone labels.

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

Bases: TUIMethod

Creates labels for unlabeled face zones within the specified object. You can either use the object name as the label or provide your own label.

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

Bases: TUIMethod

Merges the specified face zone labels to a single label with the name specified.

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

Bases: TUIMethod

Removes all the face zone labels for the specified face zones. This command is applicable to geometry objects only.

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

Bases: TUIMethod

Removes the specified face zones from the existing face zone label for an object.

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

Bases: TUIMethod

Renames the specified face zone label.