VectorGeometryToolAngleToPlane#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAngleToPlane#

Bases: IVectorGeometryToolAngle, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

An angle between a vector and a plane.

Overview#

reference_vector

Specify a reference vector.

reference_plane

Specify a reference plane.

signed

Control whether the angle is measured as either Positive or Negative when the reference Vector is directed toward the plane’s normal, or always positive.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAngleToPlane

Property detail#

property VectorGeometryToolAngleToPlane.reference_vector: VectorGeometryToolVectorReference#

Specify a reference vector.

property VectorGeometryToolAngleToPlane.reference_plane: VectorGeometryToolPlaneReference#

Specify a reference plane.

property VectorGeometryToolAngleToPlane.signed: SignedAngleType#

Control whether the angle is measured as either Positive or Negative when the reference Vector is directed toward the plane’s normal, or always positive.