TerrainCollection#
- class ansys.stk.core.stkobjects.TerrainCollection#
Collection of terrain data files available in the Scenario for visualization and analysis.
Overview#
Import detail#
from ansys.stk.core.stkobjects import TerrainCollection
Property detail#
- property TerrainCollection._new_enum: EnumeratorProxy#
Enumerates through the collection.
Method detail#
- TerrainCollection.item(self, index: int) Terrain #
Given an index, returns an Terrain interface.
- Parameters:
index :
int
- Returns:
Terrain
- TerrainCollection.add(self, location: str, terrain_file_type: TerrainFileType) Terrain #
Add a terrain item to the collection.
- Parameters:
location :
str
terrain_file_type :
TerrainFileType
- Returns:
Terrain