AnalysisWorkbenchAngleFindResult#
- class ansys.stk.core.analysis_workbench.AnalysisWorkbenchAngleFindResult#
Bases:
IAnalysisWorkbenchMethodCallResult
Represents result returned with IVectorGeometryToolAngle.FindCoordinates method.
Overview#
Indicate whether the result object is valid. |
|
The computed angle. The value of the angle is in |
|
The first of the two vectors the angle is measured. |
|
The second of the two vectors the angle is measured. |
|
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.