CalculationToolScalarVectorComponent#

class ansys.stk.core.analysis_workbench.CalculationToolScalarVectorComponent#

Bases: ICalculationToolScalar, IAnalysisWorkbenchComponent

The specified component of a vector when resolved in the specified axes.

Overview#

input_vector

Vector.

reference_axes

Axes used to resolve the vector’s components.

component

The component of the vector to return as the value of the scalar.

Import detail#

from ansys.stk.core.analysis_workbench import CalculationToolScalarVectorComponent

Property detail#

property CalculationToolScalarVectorComponent.input_vector: IVectorGeometryToolVector#

Vector.

property CalculationToolScalarVectorComponent.reference_axes: IVectorGeometryToolAxes#

Axes used to resolve the vector’s components.

property CalculationToolScalarVectorComponent.component: VectorComponentType#

The component of the vector to return as the value of the scalar.