AnalysisWorkbenchSystemFindInSystemResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchSystemFindInSystemResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolSystem.FindInSystem method.

Overview#

is_valid

True indicates the method call was successful.

position

A position vector.

velocity

A velocity vector.

rate

Rate of change.

orientation

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.