CalculationToolParameterSetVector#

class ansys.stk.core.analysis_workbench.CalculationToolParameterSetVector#

Bases: ICalculationToolParameterSet, IAnalysisWorkbenchComponent

Vector parameter set contains various representations of a vector in a reference set of axes.

Overview#

vector

Get the vector for which representations are computed.

reference_axes

Get the reference axes relative to which representations are computed.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolParameterSetVector

Property detail#

property CalculationToolParameterSetVector.vector: IVectorGeometryToolVector#

Get the vector for which representations are computed.

property CalculationToolParameterSetVector.reference_axes: IVectorGeometryToolAxes#

Get the reference axes relative to which representations are computed.