AnalysisWorkbenchPointLocateInSystemWithRateResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPointLocateInSystemWithRateResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolPoint.LocateInSystemWithRate method.
Overview#
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPointLocateInSystemWithRateResult
Property detail#
- property AnalysisWorkbenchPointLocateInSystemWithRateResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchPointLocateInSystemWithRateResult.position: ICartesian3Vector#
The point position in the specified coordinate system.
- property AnalysisWorkbenchPointLocateInSystemWithRateResult.velocity: ICartesian3Vector#
The point velocity in the specified coordinate system.