SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolAnalysisToolVolumeGridBearingAltitude#
Bases:
ISpatialAnalysisToolVolumeGrid
,IAnalysisWorkbenchComponent
A volume grid bearing alt (Surface Bearing) interface.
Overview#
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. |
|
Return AlongBearing Coordinates parameters for the surface bearing. |
|
Return CrossBearing Coordinates parameters for the surface bearing. |
|
Return altitude Coordinates parameters for the surface bearing. |
|
Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds.. |
|
Specify the Bearing Angle. |
|
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..