labels#

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

Bases: TUIMenu

Contains options for displaying and managing labels.

Classes:

add_to_graphics(service, version, mode, path)

Adds the selected labels to the display in the graphics window.

delete(service, version, mode, path)

Deletes the selected labels.

draw(service, version, mode, path)

Displays the selected labels.

remove_from_graphics(service, version, mode, ...)

Removes the selected labels from the display in the graphics window.

rename(service, version, mode, path)

Enables you to rename the selected labels.

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

Bases: TUIMethod

Adds the selected labels to the display in the graphics window.

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

Bases: TUIMethod

Deletes the selected labels.

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

Bases: TUIMethod

Displays the selected labels.

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

Bases: TUIMethod

Removes the selected labels from the display in the graphics window.

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

Bases: TUIMethod

Enables you to rename the selected labels. Specify the path for the labels and the new name. For multiple selections, the specified name will be used, with a suitable index as suffix. For example, specifying a new label name wall will result in entities wall.1, wall.2, etc.