AnalysisWorkbenchAngleFindAngleResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAngleFindAngleResult#

Bases: IAnalysisWorkbenchMethodCallResult

Contains the results returned with IVectorGeometryToolAngle.FindAngle method.

Overview#

is_valid

Indicate whether the result object is valid.

angle

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

Import detail#

from ansys.stk.core.analysis_workbench import AnalysisWorkbenchAngleFindAngleResult

Property detail#

property AnalysisWorkbenchAngleFindAngleResult.is_valid: bool#

Indicate whether the result object is valid.

property AnalysisWorkbenchAngleFindAngleResult.angle: Any#

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