The ``ansys.rocky.core`` library ================================ .. py:module:: ansys.rocky.core Summary ------- .. py:currentmodule:: core .. tab-set:: .. tab-item:: Submodules .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.rocky.core.client` - Module that defines the ``RockyClient`` class, which acts as a proxy for a Rocky * - :py:obj:`~ansys.rocky.core.examples` - Helper module to download project code examples. * - :py:obj:`~ansys.rocky.core.exceptions` - Module where the exceptions of the project are contained. * - :py:obj:`~ansys.rocky.core.launcher` - Module that exposes functions to launch a Rocky application session. * - :py:obj:`~ansys.rocky.core.rocky_api_proxies` - Module that defines the ``ApiElementProxy`` classes, which acts as a proxy for a * - :py:obj:`~ansys.rocky.core.serializers` - Module that defines the ``ApiElementProxy`` classes, which acts as a proxy for a .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~connect` - Connect to a Rocky/Freeflow app instance. * - :py:obj:`~connect_to_rocky` - This function is deprecated. * - :py:obj:`~launch_freeflow` - Launch the FreeFlow executable with the PyRocky server enabled. * - :py:obj:`~launch_rocky` - Launch the Rocky executable with the PyRocky server enabled. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: client examples exceptions launcher rocky_api_proxies serializers Description ----------- PyRocky is a Python client for Ansys Rocky application. .. !! processed by numpydoc !! Module detail -------------