AnalysisWorkbenchPlaneFindInAxesResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInAxesResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolPlane.FindInAxes method.
Overview#
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.