AnalysisWorkbenchPlaneFindInAxesWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInAxesWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPlane.FindInAxesWithRate method.

Overview#

is_valid

True indicates the method call was successful.

x_axis

X-axis vector in the specified reference axes.

x_axis_rate

The rate of change of X-axis vector in the specified reference axes.

y_axis

Y-axis vector in the specified reference axes.

y_axis_rate

The rate of change of Y-axis vector in the specified reference axes.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInAxesWithRateResult

Property detail#

property AnalysisWorkbenchPlaneFindInAxesWithRateResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchPlaneFindInAxesWithRateResult.x_axis: ICartesian3Vector#

X-axis vector in the specified reference axes.

property AnalysisWorkbenchPlaneFindInAxesWithRateResult.x_axis_rate: ICartesian3Vector#

The rate of change of X-axis vector in the specified reference axes.

property AnalysisWorkbenchPlaneFindInAxesWithRateResult.y_axis: ICartesian3Vector#

Y-axis vector in the specified reference axes.

property AnalysisWorkbenchPlaneFindInAxesWithRateResult.y_axis_rate: ICartesian3Vector#

The rate of change of Y-axis vector in the specified reference axes.