SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude#
Bases:
ISpatialAnalysisToolVolumeGrid
,IAnalysisWorkbenchComponent
A volume grid lat lon alt (Cartogrographic) 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 latitude Coordinates parameters for the Theta system. |
|
Return longtitude Coordinates parameters for the Radius system. |
|
Return altitude parameters for the Height system. |
|
Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds.. |
Import detail#
from ansys.stk.core.analysis_workbench import SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude
Property detail#
- property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.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 SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.latitude_coordinates: SpatialAnalysisToolGridCoordinateDefinition#
Return latitude Coordinates parameters for the Theta system.
- property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.longitude_coordinates: SpatialAnalysisToolGridCoordinateDefinition#
Return longtitude Coordinates parameters for the Radius system.
- property SpatialAnalysisToolVolumeGridLatitudeLongitudeAltitude.altitude_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#
Return altitude parameters for the Height system.