AnalysisWorkbenchAngleFindWithRateResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAngleFindWithRateResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolAngle.FindCoordinatesWithRate 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.

vector_from

The first of the two vectors the angle is measured.

vector_to

The second of the two vectors the angle is measured.

vector_about

The vector the angle is rotated about.

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAngleFindWithRateResult

Property detail#

property AnalysisWorkbenchAngleFindWithRateResult.is_valid: bool#

Indicate whether the result object is valid.

property AnalysisWorkbenchAngleFindWithRateResult.angle: Any#

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

property AnalysisWorkbenchAngleFindWithRateResult.angle_rate: Any#

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

property AnalysisWorkbenchAngleFindWithRateResult.vector_from: ICartesian3Vector#

The first of the two vectors the angle is measured.

property AnalysisWorkbenchAngleFindWithRateResult.vector_to: ICartesian3Vector#

The second of the two vectors the angle is measured.

property AnalysisWorkbenchAngleFindWithRateResult.vector_about: ICartesian3Vector#

The vector the angle is rotated about.