Graphics3DArticulationFile ========================== .. py:class:: ansys.stk.core.stkobjects.Graphics3DArticulationFile Class defining the vo articulation file. .. py:currentmodule:: Graphics3DArticulationFile Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DArticulationFile.reload` - Reload articulation file. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DArticulationFile.filename` - Path and file name of articulation file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DArticulationFile Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.Graphics3DArticulationFile.filename :type: str Path and file name of articulation file. Method detail ------------- .. py:method:: reload(self) -> None :canonical: ansys.stk.core.stkobjects.Graphics3DArticulationFile.reload Reload articulation file. :Returns: :obj:`~None`