DirectionProviderScript ======================= .. py:class:: ansys.stk.core.stkobjects.DirectionProviderScript Bases: :py:class:`~ansys.stk.core.stkobjects.IDirectionProvider` Class defining an script plugin direction provider. .. py:currentmodule:: DirectionProviderScript Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderScript.members` - Get the members list. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderScript.filename` - Get or set the filename. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DirectionProviderScript Property detail --------------- .. py:property:: members :canonical: ansys.stk.core.stkobjects.DirectionProviderScript.members :type: ObjectLinkCollection Get the members list. .. py:property:: filename :canonical: ansys.stk.core.stkobjects.DirectionProviderScript.filename :type: str Get or set the filename.