Terrain#
- class ansys.stk.core.stkobjects.Terrain#
Class defining terrain data for a Scenario.
Overview#
Location of the terrain contained in the terrain data file. |
|
Type of terrain data file. A member of the TerrainFileType enumeration. |
|
Latitude of the southwest corner of the terrain contained in the terrain data file. Uses Angle Dimension. |
|
Longitude of the southwest corner of the terrain contained in the terrain data file. Uses Angle Dimension. |
|
Latitude of the northeast corner of the terrain contained in the terrain data file. Uses Angle Dimension. |
|
Latitude of the northeast corner of the terrain contained in the terrain data file. Uses Angle Dimension. |
|
Resolution of the terrain data. Uses Angle Dimension. |
|
Whether to use the terrain. |
Import detail#
from ansys.stk.core.stkobjects import Terrain
Property detail#
- property Terrain.file_type: TerrainFileType#
Type of terrain data file. A member of the TerrainFileType enumeration.
- property Terrain.southwest_latitude: Any#
Latitude of the southwest corner of the terrain contained in the terrain data file. Uses Angle Dimension.
- property Terrain.southwest_longitude: Any#
Longitude of the southwest corner of the terrain contained in the terrain data file. Uses Angle Dimension.
- property Terrain.northeast_latitude: Any#
Latitude of the northeast corner of the terrain contained in the terrain data file. Uses Angle Dimension.