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