IGroundLocation#
- class ansys.stk.core.stkobjects.IGroundLocation#
Interface containing properties common to ground location objects (i.e. Target, Place, and Facility).
Overview#
Get the az-el mask. A member of the AzElMaskType enumeration. |
|
Get az-el mask data. |
|
Reset the az-el mask. |
|
Set an az-el mask. A member of the AzElMaskType enumeration. |
Get the constraints imposed on the ground location. |
|
Get or set the altitude reference of the object. |
|
Get the ground locationβs chain analysis options. |
|
Get the 2D Graphics properties of the ground location. |
|
Get the 3D Graphics properties of the ground location. |
|
Height of ground location above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Models the ground as an ellipsoid passing through the ground position. Uses Distance Dimension. |
|
Get the laser environment. |
|
Get or set the maximum step size to use when computing lighting. Only applies (and only can be set) when LightingObstructionModel is eLightingObstructionAzElMask or eLightingObstructionTerrain. Uses Time Dimension. |
|
Get or set the obstruction model used in lighting computations. |
|
The amount of the time offset from GMT, if this option is used. Uses Time Dimension. |
|
Get or set the maximum range to use when computing the az el mask using terrain data. Zero indicates to use algorithm default. Only applies when GetAzElMask returns eTerrainData (cannot be set if eMaskFile). Uses Distance Dimension. |
|
Get the position of the ground location. |
|
Return the radar cross sectoin. |
|
Get the RF environment. |
|
Save terrain az-el mask data in binary. |
|
Set the normal to the local terrain. |
|
Data used in specifying terrain slope. |
|
Opt whether to use a local time offset from GMT. |
|
Opt whether to set altitude automatically by using terrain data. |
Import detail#
from ansys.stk.core.stkobjects import IGroundLocation
Property detail#
- property IGroundLocation.access_constraints: AccessConstraintCollection#
Get the constraints imposed on the ground location.
- property IGroundLocation.chain_analysis_options: ChainAnalysisOptions#
Get the ground locationβs chain analysis options.
- property IGroundLocation.ground_location_graphics: IGroundLocationGraphics#
Get the 2D Graphics properties of the ground location.
- property IGroundLocation.ground_location_graphics_3d: IGroundLocationGraphics3D#
Get the 3D Graphics properties of the ground location.
- property IGroundLocation.height_above_ground: None#
Height of ground location above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Models the ground as an ellipsoid passing through the ground position. Uses Distance Dimension.
- property IGroundLocation.laser_environment: PlatformLaserEnvironment#
Get the laser environment.
- property IGroundLocation.lighting_maximum_step: float#
Get or set the maximum step size to use when computing lighting. Only applies (and only can be set) when LightingObstructionModel is eLightingObstructionAzElMask or eLightingObstructionTerrain. Uses Time Dimension.
- property IGroundLocation.lighting_obstruction_model: LightingObstructionModelType#
Get or set the obstruction model used in lighting computations.
- property IGroundLocation.local_time_offset: float#
The amount of the time offset from GMT, if this option is used. Uses Time Dimension.
- property IGroundLocation.max_range_when_computing_az_el_mask: float#
Get or set the maximum range to use when computing the az el mask using terrain data. Zero indicates to use algorithm default. Only applies when GetAzElMask returns eTerrainData (cannot be set if eMaskFile). Uses Distance Dimension.
- property IGroundLocation.radar_cross_section: RadarCrossSectionInheritable#
Return the radar cross sectoin.
- property IGroundLocation.rf_environment: PlatformRFEnvironment#
Get the RF environment.
- property IGroundLocation.save_terrain_mask_data_in_binary: bool#
Save terrain az-el mask data in binary.
- property IGroundLocation.terrain_norm_data: ITerrainNormData#
Data used in specifying terrain slope.
Method detail#
- IGroundLocation.get_az_el_mask(self) AzElMaskType#
Get the az-el mask. A member of the AzElMaskType enumeration.
- Returns:
AzElMaskType