CalculationToolParameterSetTrajectory#

class ansys.stk.core.analysis_workbench.CalculationToolParameterSetTrajectory#

Bases: ICalculationToolParameterSet, IAnalysisWorkbenchComponent

Trajectory parameter set contains various representations of trajectory of a point relative to a reference coordinate system.

Overview#

point

Get the point for which trajectory representations are computed.

reference_system

Get the reference system relative to which trajectory representations are computed.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolParameterSetTrajectory

Property detail#

property CalculationToolParameterSetTrajectory.point: IVectorGeometryToolPoint#

Get the point for which trajectory representations are computed.

property CalculationToolParameterSetTrajectory.reference_system: IVectorGeometryToolSystem#

Get the reference system relative to which trajectory representations are computed.