Graphics3DModelFile =================== .. py:class:: ansys.stk.core.stkobjects.Graphics3DModelFile Bases: :py:class:`~ansys.stk.core.stkobjects.IGraphics3DModelData` Class defining 3D model file. .. py:currentmodule:: Graphics3DModelFile Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelFile.filename` - Path and filename of the model file. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelFile.file_path` - Absolute path and filename of the model file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DModelFile Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.Graphics3DModelFile.filename :type: str Path and filename of the model file. .. py:property:: file_path :canonical: ansys.stk.core.stkobjects.Graphics3DModelFile.file_path :type: str Absolute path and filename of the model file.