AnalysisWorkbenchSystemFindInSystemResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchSystemFindInSystemResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolSystem.FindInSystem method.
Overview#
True indicates the method call was successful. |
|
A position vector. |
|
A velocity vector. |
|
Rate of change. |
|
Orientation. |
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchSystemFindInSystemResult
Property detail#
- property AnalysisWorkbenchSystemFindInSystemResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchSystemFindInSystemResult.position: ICartesian3Vector#
A position vector.
- property AnalysisWorkbenchSystemFindInSystemResult.velocity: ICartesian3Vector#
A velocity vector.
- property AnalysisWorkbenchSystemFindInSystemResult.rate: ICartesian3Vector#
Rate of change.
- property AnalysisWorkbenchSystemFindInSystemResult.orientation: IOrientation#
Orientation.