meshing.tui.objects.labels#

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

Contains options for creating and managing face zone labels.

add_zones(*args, **kwargs)#

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

create(*args, **kwargs)#

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

create_label_per_object(*args, **kwargs)#

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

create_label_per_zone(*args, **kwargs)#

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

delete(*args, **kwargs)#

Deletes the specified face zone labels.

label_unlabeled_zones(*args, **kwargs)#

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.

merge(*args, **kwargs)#

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

remove_all_labels_on_zones(*args, **kwargs)#

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

remove_zones(*args, **kwargs)#

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

rename(*args, **kwargs)#

Renames the specified face zone label.