AnalysisWorkbenchAxesFindInAxesWithRateResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAxesFindInAxesWithRateResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolAxes.FindInAxesWithRate method.
Overview#
True indicates the method call was successful. |
|
Axesβ angular velocity. |
|
The axesβ orientation. |
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAxesFindInAxesWithRateResult
Property detail#
- property AnalysisWorkbenchAxesFindInAxesWithRateResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchAxesFindInAxesWithRateResult.angular_velocity: ICartesian3Vector#
Axesβ angular velocity.
- property AnalysisWorkbenchAxesFindInAxesWithRateResult.orientation: IOrientation#
The axesβ orientation.