SpatialAnalysisToolCalculationAltitude#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolCalculationAltitude#

Bases: ISpatialAnalysisToolSpatialCalculation, IAnalysisWorkbenchComponent

A volume calc altitude interface.

Overview#

central_body

Get the central body for the volume calc. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume calc.

shape_model

The Volume Calc Altitude Reference Type.

use_custom_reference

Whether to use custom reference.

reference_point

A reference point. Can be any point from VGT.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolCalculationAltitude

Property detail#

property SpatialAnalysisToolCalculationAltitude.central_body: str#

Get the central body for the volume calc. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume calc.

property SpatialAnalysisToolCalculationAltitude.shape_model: SpatialCalculationAltitudeReferenceType#

The Volume Calc Altitude Reference Type.

property SpatialAnalysisToolCalculationAltitude.use_custom_reference: bool#

Whether to use custom reference.

property SpatialAnalysisToolCalculationAltitude.reference_point: IVectorGeometryToolPoint#

A reference point. Can be any point from VGT.