Graphics3DModelglTFImageBased ============================= .. py:class:: ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased Class defining glTF Reflection Settings. .. py:currentmodule:: Graphics3DModelglTFImageBased Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.filename` - Path and filename of the glTF image based file. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.file_path` - Absolute path and filename of the glTF image based file. * - :py:attr:`~ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.reflection_reference_frame` - Get or set the system used to orient an environment map around a glTF model. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Graphics3DModelglTFImageBased Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.filename :type: str Path and filename of the glTF image based file. .. py:property:: file_path :canonical: ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.file_path :type: str Absolute path and filename of the glTF image based file. .. py:property:: reflection_reference_frame :canonical: ansys.stk.core.stkobjects.Graphics3DModelglTFImageBased.reflection_reference_frame :type: str Get or set the system used to orient an environment map around a glTF model.