maptek.vulcan_gui.temp_object

Provides an interface to the Vulcan Graphical User Interface functionality.


Note

To use any of the method calls from this class, be sure to import the library at the top of your Python script, like this:

from maptek import vulcan_gui

class

maptek.vulcan_gui.temp_object(object: obj)

Bases: object

Class for displaying temporary objects in the GUI.

set_display_mode(self, mode)

Sets the display mode for the temporary object (visible, shadow, etc).

Parameters

  • mode (std::string const &)

Note:  Options listed in gui_options.display

set_label_mode(self, mode)

Sets the label mode for the temporary object.

Parameters

  • mode (std::string const &)

Note:  Options listed in gui_options.label

remove(self)

Removes the temporary object from screen.