TerrainNormalSlopeAzimuth#

class ansys.stk.core.stkobjects.TerrainNormalSlopeAzimuth#

Bases: ITerrainNormData

Class defining Slope/Azimuth data for the TerrainNormal.

Overview#

slope

Specify the Slope of the local terrain, defined as the angle between the normal to the local terrain and local surface normal, where the local surface normal is defined by the reference shape of the globe. Uses Angle Dimension.

azimuth

Specify the Azimuth (measured in an easterly sense from local north) of the normal to local terrain. This may also be thought of as the azimuth of the downhill direction. Uses Longitude Dimension.

Import detail#

from ansys.stk.core.stkobjects import TerrainNormalSlopeAzimuth

Property detail#

property TerrainNormalSlopeAzimuth.slope: Any#

Specify the Slope of the local terrain, defined as the angle between the normal to the local terrain and local surface normal, where the local surface normal is defined by the reference shape of the globe. Uses Angle Dimension.

property TerrainNormalSlopeAzimuth.azimuth: Any#

Specify the Azimuth (measured in an easterly sense from local north) of the normal to local terrain. This may also be thought of as the azimuth of the downhill direction. Uses Longitude Dimension.