1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Dialogs
================================================================================
.. currentmodule:: ost.gui
OpenStructure provides several :class:`Dialogs` which can be called from its
many menus in the top bar.
.. image:: images/100208_Dialogs.png
Scene Menu
--------------------------------------------------------------------------------
Superpose
^^^^^^^^^
Structurally superpose two entities.
.. image:: images/100624_superpose_dialog.png
The ``Superpose`` entry in the ``Scene`` menu is only accessible if two
instances of the graphical :class:`~ost.gfx.Entity` are selected.
.. autoclass:: ost.gui.dng.superpositiondialog.SuperpositionDialog
|