AnalysisWorkbenchPlaneFindInAxesWithRateResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInAxesWithRateResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolPlane.FindInAxesWithRate method.
Overview#
True indicates the method call was successful. |
|
X-axis vector in the specified reference axes. |
|
The rate of change of X-axis vector in the specified reference axes. |
|
Y-axis vector in the specified reference axes. |
|
The rate of change of Y-axis vector in the specified reference axes. |
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInAxesWithRateResult
Property detail#
- property AnalysisWorkbenchPlaneFindInAxesWithRateResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchPlaneFindInAxesWithRateResult.x_axis: ICartesian3Vector#
X-axis vector in the specified reference axes.
- property AnalysisWorkbenchPlaneFindInAxesWithRateResult.x_axis_rate: ICartesian3Vector#
The rate of change of X-axis vector in the specified reference axes.
- property AnalysisWorkbenchPlaneFindInAxesWithRateResult.y_axis: ICartesian3Vector#
Y-axis vector in the specified reference axes.
- property AnalysisWorkbenchPlaneFindInAxesWithRateResult.y_axis_rate: ICartesian3Vector#
The rate of change of Y-axis vector in the specified reference axes.