meshing.tui.cad_assemblies.labels#

class main_menu.cad_assemblies.labels(path, service)#

Contains options for displaying and managing labels.

add_to_graphics(*args, **kwargs)#

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

delete(*args, **kwargs)#

Deletes the selected labels.

draw(*args, **kwargs)#

Displays the selected labels.

remove_from_graphics(*args, **kwargs)#

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

rename(*args, **kwargs)#

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.