Tileset3D#

class ansys.stk.core.stkobjects.Tileset3D#

Class defining Analytical 3DTileset for a Scenario.

Overview#

name

Name of the 3DTileset.

source_type

Source type of the 3DTileset. A member of the Tileset3DSourceType enumeration.

uri

URI of the 3DTileset asset.

reference_frame

Reference Frame (VGT System) of the 3DTileset.

Import detail#

from ansys.stk.core.stkobjects import Tileset3D

Property detail#

property Tileset3D.name: str#

Name of the 3DTileset.

property Tileset3D.source_type: Tileset3DSourceType#

Source type of the 3DTileset. A member of the Tileset3DSourceType enumeration.

property Tileset3D.uri: str#

URI of the 3DTileset asset.

property Tileset3D.reference_frame: str#

Reference Frame (VGT System) of the 3DTileset.