SpatialAnalysisToolVolumeGridSpherical#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolVolumeGridSpherical#
Bases:
ISpatialAnalysisToolVolumeGrid
,IAnalysisWorkbenchComponent
A volume grid spherical interface.
Overview#
Get the reference system in which spherical parameters are computed. |
|
Return azimuth coordinates parameters for the spherical volume grid. |
|
Return elevation coordinates parameters for the spherical volume grid. |
|
Return range coordinates parameters for the spherical volume grid. |
Import detail#
from ansys.stk.core.analysis_workbench import SpatialAnalysisToolVolumeGridSpherical
Property detail#
- property SpatialAnalysisToolVolumeGridSpherical.reference_system: IVectorGeometryToolSystem#
Get the reference system in which spherical parameters are computed.
- property SpatialAnalysisToolVolumeGridSpherical.azimuth_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#
Return azimuth coordinates parameters for the spherical volume grid.
- property SpatialAnalysisToolVolumeGridSpherical.elevation_grid_parameters: SpatialAnalysisToolGridCoordinateDefinition#
Return elevation coordinates parameters for the spherical volume grid.
- property SpatialAnalysisToolVolumeGridSpherical.range_coordinates: SpatialAnalysisToolGridCoordinateDefinition#
Return range coordinates parameters for the spherical volume grid.