AnalysisWorkbenchAxesFindInAxesResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAxesFindInAxesResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolAxes.FindInAxes method.

Overview#

is_valid

True indicates the method call was successful.

orientation

The axes’ orientation.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAxesFindInAxesResult

Property detail#

property AnalysisWorkbenchAxesFindInAxesResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchAxesFindInAxesResult.orientation: IOrientation#

The axes’ orientation.