IVectorGeometryToolAngle#

class ansys.stk.core.analysis_workbench.IVectorGeometryToolAngle#

The interface defines methods and properties common to all angles.

Overview#

find_angle

Find an angle at the specified epoch.

find_angle_with_rate

Find an angle and angle rate.

find_coordinates

Find the angle value and three vectors that define the angle in a specified input axes.

find_coordinates_with_rate

Find the angle value, the angle rate and three vectors that define the angle in a specified input axes.

type

Return a type of the angle object.

Import detail#

from ansys.stk.core.analysis_workbench import IVectorGeometryToolAngle

Property detail#

property IVectorGeometryToolAngle.type: AngleType#

Return a type of the angle object.

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