AnalysisWorkbenchPlaneFindInSystemResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInSystemResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPlane.FindInSystem method.

Overview#

is_valid

True indicates the method call was successful.

origin_position

The position of the plane’s center point in the specified coordinate system.

x_axis

X-axis vector in the specified reference system.

y_axis

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.