VectorGeometryToolAngleDihedral#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAngleDihedral#

Bases: IVectorGeometryToolAngle, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

An angle between two vectors about an axis.

Overview#

from_vector

Specify a first vector to measure the angle.

to_vector

Specify a second vector to measure the angle.

pole_about

Specify a vector about.

counter_clockwise_rotation

Specify whether the rotation is counter-clockwise.

signed_angle

Specify whether the axis of rotation for the angle is aligned with Positive or Negative direction of the about vector.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAngleDihedral

Property detail#

property VectorGeometryToolAngleDihedral.from_vector: VectorGeometryToolVectorReference#

Specify a first vector to measure the angle.

property VectorGeometryToolAngleDihedral.to_vector: VectorGeometryToolVectorReference#

Specify a second vector to measure the angle.

property VectorGeometryToolAngleDihedral.pole_about: VectorGeometryToolVectorReference#

Specify a vector about.

property VectorGeometryToolAngleDihedral.counter_clockwise_rotation: bool#

Specify whether the rotation is counter-clockwise.

property VectorGeometryToolAngleDihedral.signed_angle: bool#

Specify whether the axis of rotation for the angle is aligned with Positive or Negative direction of the about vector.