CalculationToolParameterSetGroundTrajectory#

class ansys.stk.core.analysis_workbench.CalculationToolParameterSetGroundTrajectory#

Bases: ICalculationToolParameterSet, IAnalysisWorkbenchComponent

Ground trajectory parameter set contains various representations of trajectory of a point relative to central body reference shape.

Overview#

location

Get the point for which ground trajectory representations are computed.

central_body

Get the central body relative to which ground trajectory representations are computed. Both the central body reference shape and its CBF (central body centered fixed) system are used by this parameter set.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolParameterSetGroundTrajectory

Property detail#

property CalculationToolParameterSetGroundTrajectory.location: IVectorGeometryToolPoint#

Get the point for which ground trajectory representations are computed.

property CalculationToolParameterSetGroundTrajectory.central_body: str#

Get the central body relative to which ground trajectory representations are computed. Both the central body reference shape and its CBF (central body centered fixed) system are used by this parameter set.