AnalysisWorkbenchPlaneFindInSystemWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchPlaneFindInSystemWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolPlane.FindInSystemWithRate 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.

origin_velocity

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

x_axis

X-axis vector in the specified reference system.

x_axis_rate

A rate of change of the X-axis vector in the specified reference system.

y_axis

Y-axis vector in the specified reference system.

y_axis_rate

A rate of change of the Y-axis vector in the specified reference system.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchPlaneFindInSystemWithRateResult

Property detail#

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.is_valid: bool#

True indicates the method call was successful.

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.origin_position: ICartesian3Vector#

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

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.origin_velocity: ICartesian3Vector#

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

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.x_axis: ICartesian3Vector#

X-axis vector in the specified reference system.

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.x_axis_rate: ICartesian3Vector#

A rate of change of the X-axis vector in the specified reference system.

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.y_axis: ICartesian3Vector#

Y-axis vector in the specified reference system.

property AnalysisWorkbenchPlaneFindInSystemWithRateResult.y_axis_rate: ICartesian3Vector#

A rate of change of the Y-axis vector in the specified reference system.