AnalysisWorkbenchPlaneFindInSystemResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInSystemResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Contains the results returned with IVectorGeometryToolPlane.FindInSystem method.
Overview#
True indicates the method call was successful. |
|
The position of the planeβs center point in the specified coordinate system. |
|
X-axis vector in the specified reference system. |
|
Y-axis vector in the specified reference system. |
Import detail#
from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInSystemResult
Property detail#
- property AnalysisWorkbenchPlaneFindInSystemResult.is_valid: bool#
True indicates the method call was successful.
- property AnalysisWorkbenchPlaneFindInSystemResult.origin_position: ICartesian3Vector#
The position of the planeβs center point in the specified coordinate system.
- property AnalysisWorkbenchPlaneFindInSystemResult.x_axis: ICartesian3Vector#
X-axis vector in the specified reference system.
- property AnalysisWorkbenchPlaneFindInSystemResult.y_axis: ICartesian3Vector#
Y-axis vector in the specified reference system.