AnalysisWorkbenchPointLocateInSystemResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPointLocateInSystemResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPlane.FindInSystemWithRate method.

Overview#

is_valid

True indicates the method call was successful.

position

The point position in the specified coordinate system.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPointLocateInSystemResult

Property detail#

property AnalysisWorkbenchPointLocateInSystemResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchPointLocateInSystemResult.position: ICartesian3Vector#

The point position in the specified coordinate system.