CalculationToolScalarVectorComponent#
- class ansys.stk.core.analysis_workbench.CalculationToolScalarVectorComponent#
Bases:
ICalculationToolScalar
,IAnalysisWorkbenchComponent
The specified component of a vector when resolved in the specified axes.
Overview#
Vector. |
|
Axes used to resolve the vectorβs components. |
|
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.