The ``stkdesktop`` module ========================= .. py:module:: ansys.stk.core.stkdesktop Summary ------- .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:class:`~ansys.stk.core.stkdesktop.STKDesktop` - Create, initialize, and manage STK Desktop application instances. * - :py:class:`~ansys.stk.core.stkdesktop.STKDesktopApplication` - Interact with an STK Desktop application. * - :py:class:`~ansys.stk.core.stkdesktop.ThreadMarshaller` - Automate multiple STK instances from one Python script using threads. Description ----------- Starts STK Desktop or attaches to an already running STK Desktop, and provides access to the Object Model root. .. py:currentmodule:: ansys.stk.core.stkdesktop .. TABLE OF CONTENTS .. toctree:: :titlesonly: :maxdepth: 1 :hidden: STKDesktop STKDesktopApplication ThreadMarshaller