SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude#

Bases: ISpatialAnalysisToolVolumeGrid, IAnalysisWorkbenchComponent

A volume grid bearing alt (Surface Bearing) interface.

Overview#

reference_central_body

Get the central body for the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume grid.

along_bearing_grid_parameters

Return AlongBearing Coordinates parameters for the surface bearing.

cross_bearing_grid_parameters

Return CrossBearing Coordinates parameters for the surface bearing.

altitude_grid_parameters

Return altitude Coordinates parameters for the surface bearing.

auto_fit_bounds

Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..

bearing_angle

Specify the Bearing Angle.

reference_location

Get lat/lon for reference location.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude

Property detail#

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.reference_central_body: str#

Get the central body for the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume grid.

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.along_bearing_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#

Return AlongBearing Coordinates parameters for the surface bearing.

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.cross_bearing_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#

Return CrossBearing Coordinates parameters for the surface bearing.

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.altitude_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#

Return altitude Coordinates parameters for the surface bearing.

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.auto_fit_bounds: bool#

Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.bearing_angle: float#

Specify the Bearing Angle.

property SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude.reference_location: list#

Get lat/lon for reference location.