AnalysisWorkbenchPlaneFindInSystemWithRateResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInSystemWithRateResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolPlane.FindInSystemWithRate method.
Overview#
True indicates the method call was successful. |
|
The position of the planeβs center point in the specified coordinate system. |
|
The rate of change of the position of the planeβs center point in the specified coordinate system. |
|
X-axis vector in the specified reference system. |
|
A rate of change of the X-axis vector in the specified reference system. |
|
Y-axis vector in the specified reference system. |
|
A rate of change of the Y-axis vector in the specified reference system. |
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInSystemWithRateResult
Property detail#
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.origin_position: ICartesian3Vector#
The position of the planeβs center point in the specified coordinate system.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.origin_velocity: ICartesian3Vector#
The rate of change of the position of the planeβs center point in the specified coordinate system.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.x_axis: ICartesian3Vector#
X-axis vector in the specified reference system.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.x_axis_rate: ICartesian3Vector#
A rate of change of the X-axis vector in the specified reference system.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.y_axis: ICartesian3Vector#
Y-axis vector in the specified reference system.
- property AnalysisWorkbenchPlaneFindInSystemWithRateResult.y_axis_rate: ICartesian3Vector#
A rate of change of the Y-axis vector in the specified reference system.