VectorGeometryToolAngleBetweenPlanes#

class ansys.stk.core.analysis_workbench.VectorGeometryToolAngleBetweenPlanes#

Bases: IVectorGeometryToolAngle, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

An angle between two planes.

Overview#

from_plane

Specify the first of the two planes the angle is measured.

to_plane

Specify the second of the two planes the angle is measured.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolAngleBetweenPlanes

Property detail#

property VectorGeometryToolAngleBetweenPlanes.from_plane: VectorGeometryToolPlaneReference#

Specify the first of the two planes the angle is measured.

property VectorGeometryToolAngleBetweenPlanes.to_plane: VectorGeometryToolPlaneReference#

Specify the second of the two planes the angle is measured.