Tileset3D ========= .. py:class:: ansys.stk.core.stkobjects.Tileset3D Class defining Analytical 3DTileset for a Scenario. .. py:currentmodule:: Tileset3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Tileset3D.name` - Name of the 3DTileset. * - :py:attr:`~ansys.stk.core.stkobjects.Tileset3D.source_type` - Source type of the 3DTileset. A member of the Tileset3DSourceType enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.Tileset3D.uri` - URI of the 3DTileset asset. * - :py:attr:`~ansys.stk.core.stkobjects.Tileset3D.reference_frame` - Reference Frame (VGT System) of the 3DTileset. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Tileset3D Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.Tileset3D.name :type: str Name of the 3DTileset. .. py:property:: source_type :canonical: ansys.stk.core.stkobjects.Tileset3D.source_type :type: Tileset3DSourceType Source type of the 3DTileset. A member of the Tileset3DSourceType enumeration. .. py:property:: uri :canonical: ansys.stk.core.stkobjects.Tileset3D.uri :type: str URI of the 3DTileset asset. .. py:property:: reference_frame :canonical: ansys.stk.core.stkobjects.Tileset3D.reference_frame :type: str Reference Frame (VGT System) of the 3DTileset.