3DTiles
Register and unregister a 3D Tileset to be used in Access Constraint analysis.
Syntax
3DTiles <ScenarioPath> Analysis {AddTileset | RemoveTileset} <Option>
Description
The following table describes the options.
Option | Description |
---|---|
File "<TilesetFilePath>" | The file path to a 3DTiles tileset. The file path can be an absolute path to the tileset or a path relative to the scenario directory. |
GCS "<Tileset URL>" "<GCS URL>" | URL of the 3DTiles tileset, and the URL of the AGI Geospatial Content Server (GCS) that the tileset is hosted on. |
ReferenceSystem <TruncObjPath> <SystemName> | Specify the reference system that the tileset will use. By default an Earth-centered Fixed (ECF) frame will be used. |
CentralBody <CBName> | Specify the central body that STK will use if the tileset contains information that is defined by latitude/longitude/altitude. If CentralBody is not defined STK will use Earth by default. |
ION <api_endpoint_url> | Specify the Cesium ion API Endpoint URL. |
ASSETID <id> | The Cesium ion Asset identifier. |
ACCESSTOKEN <access_token> | The Cesium ion Access token. |
Examples
Registers the tileset.json file for use in analysis:
3DTiles * Analysis AddTileset FILE "C:\Program Files\AGI\STK 12\STKData\VO\3DTilesets\AGI_Headquarters\tileset.json"
Registers the tileset.json file from the Geospatial Content Server (GCS) for use in analysis:
3DTiles * Analysis AddTileset GCS "https://gcs.agi.com:443/assets/15/111/tileset.json" "https://gcs.agi.com"
Return message
Group membership
This command belongs to the following group(s):
Version
12