AnalysisWorkbenchAngleFindResult#

class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAngleFindResult#

Bases: IAnalysisWorkbenchMethodCallResult

Represents result returned with IVectorGeometryToolAngle.FindCoordinates method.

Overview#

is_valid

Indicate whether the result object is valid.

angle

The computed angle. The value of the angle is in AngleUnit 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 AnalysisWorkbenchAngleFindResult

Property detail#

property AnalysisWorkbenchAngleFindResult.is_valid: bool#

Indicate whether the result object is valid.

property AnalysisWorkbenchAngleFindResult.angle: Any#

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

property AnalysisWorkbenchAngleFindResult.vector_from: ICartesian3Vector#

The first of the two vectors the angle is measured.

property AnalysisWorkbenchAngleFindResult.vector_to: ICartesian3Vector#

The second of the two vectors the angle is measured.

property AnalysisWorkbenchAngleFindResult.vector_about: ICartesian3Vector#

The vector the angle is rotated about.