labels#
Bases:
TUIMenu
Contains options for displaying and managing labels.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Adds the selected labels to the display in the graphics window.
Bases:
TUIMethod
Deletes the selected labels.
Bases:
TUIMethod
Displays the selected labels.
Bases:
TUIMethod
Removes the selected labels from the display in the graphics window.
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.