SpatialAnalysisToolVolumeGridSpherical#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolVolumeGridSpherical#

Bases: ISpatialAnalysisToolVolumeGrid, IAnalysisWorkbenchComponent

A volume grid spherical interface.

Overview#

reference_system

Get the reference system in which spherical parameters are computed.

azimuth_grid_parameters

Return azimuth coordinates parameters for the spherical volume grid.

elevation_grid_parameters

Return elevation coordinates parameters for the spherical volume grid.

range_coordinates

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.