IVectorGeometryToolAngle#
- class ansys.stk.core.analysis_workbench.IVectorGeometryToolAngle#
The interface defines methods and properties common to all angles.
Overview#
Find an angle at the specified epoch. |
|
Find an angle and angle rate. |
|
Find the angle value and three vectors that define the angle in a specified input axes. |
|
Find the angle value, the angle rate and three vectors that define the angle in a specified input axes. |
Return a type of the angle object. |
Import detail#
from ansys.stk.core.analysis_workbench import IVectorGeometryToolAngle
Property detail#
Method detail#
- IVectorGeometryToolAngle.find_angle(self, epoch: Any) AnalysisWorkbenchAngleFindAngleResult #
Find an angle at the specified epoch.
- Parameters:
epoch :
Any
- Returns:
AnalysisWorkbenchAngleFindAngleResult
- IVectorGeometryToolAngle.find_angle_with_rate(self, epoch: Any) AnalysisWorkbenchAngleFindAngleWithRateResult #
Find an angle and angle rate.
- Parameters:
epoch :
Any
- Returns:
AnalysisWorkbenchAngleFindAngleWithRateResult
- IVectorGeometryToolAngle.find_coordinates(self, epoch: Any, axes: IVectorGeometryToolAxes) AnalysisWorkbenchAngleFindResult #
Find the angle value and three vectors that define the angle in a specified input axes.
- Parameters:
epoch :
Any
axes :
IVectorGeometryToolAxes
- Returns:
AnalysisWorkbenchAngleFindResult
- IVectorGeometryToolAngle.find_coordinates_with_rate(self, epoch: Any, axes: IVectorGeometryToolAxes) AnalysisWorkbenchAngleFindWithRateResult #
Find the angle value, the angle rate and three vectors that define the angle in a specified input axes.
- Parameters:
epoch :
Any
axes :
IVectorGeometryToolAxes
- Returns:
AnalysisWorkbenchAngleFindWithRateResult