AnalysisWorkbenchAxesFindInAxesWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAxesFindInAxesWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolAxes.FindInAxesWithRate method.

Overview#

is_valid

True indicates the method call was successful.

angular_velocity

Axes’ angular velocity.

orientation

The axes’ orientation.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAxesFindInAxesWithRateResult

Property detail#

property AnalysisWorkbenchAxesFindInAxesWithRateResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchAxesFindInAxesWithRateResult.angular_velocity: ICartesian3Vector#

Axes’ angular velocity.

property AnalysisWorkbenchAxesFindInAxesWithRateResult.orientation: IOrientation#

The axes’ orientation.