AnalysisWorkbenchPlaneFindInAxesResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInAxesResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPlane.FindInAxes method.

Overview#

is_valid

True indicates the method call was successful.

x_axis

X-axis vector in the specified reference axes.

y_axis

Y-axis vector in the specified reference axes.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInAxesResult

Property detail#

property AnalysisWorkbenchPlaneFindInAxesResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchPlaneFindInAxesResult.x_axis: ICartesian3Vector#

X-axis vector in the specified reference axes.

property AnalysisWorkbenchPlaneFindInAxesResult.y_axis: ICartesian3Vector#

Y-axis vector in the specified reference axes.