SpatialAnalysisToolCalculationAltitude#
- class ansys.stk.core.analysis_workbench.SpatialAnalysisToolCalculationAltitude#
Bases:
ISpatialAnalysisToolSpatialCalculation
,IAnalysisWorkbenchComponent
A volume calc altitude interface.
Overview#
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. |
|
The Volume Calc Altitude Reference Type. |
|
Whether to use custom reference. |
|
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.