AnalysisWorkbenchAngleFindAngleWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAngleFindAngleWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolAngle.FindAngleWithRate method.

Overview#

is_valid

Indicate whether the result object is valid.

angle

The computed angle. The value of the angle is in AngleUnit dimension.

angle_rate

The computed angle rate. The value of the angle rate is in AngleRateUnit dimension.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAngleFindAngleWithRateResult

Property detail#

property AnalysisWorkbenchAngleFindAngleWithRateResult.is_valid: bool#

Indicate whether the result object is valid.

property AnalysisWorkbenchAngleFindAngleWithRateResult.angle: Any#

The computed angle. The value of the angle is in AngleUnit dimension.

property AnalysisWorkbenchAngleFindAngleWithRateResult.angle_rate: Any#

The computed angle rate. The value of the angle rate is in AngleRateUnit dimension.