AnalysisWorkbenchPointLocateInSystemWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPointLocateInSystemWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPoint.LocateInSystemWithRate method.

Overview#

is_valid

True indicates the method call was successful.

position

The point position in the specified coordinate system.

velocity

The point velocity in the specified coordinate system.

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.