VectorGeometryToolPlaneTriad#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPlaneTriad#

Bases: IVectorGeometryToolPlane, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

A Plane containing points PointA, PointB and ReferencePont with the first axis aligned with the direction from the ReferencePoint to PointA and the second axis toward the direction from the ReferencePoint to PointB.

Overview#

point_a

Specify a point A.

point_b

Specify a point B.

reference_point

Specify a reference point.

rotation_offset

Specify an angle measured from X (Axis 1) away from Y (Axis 2).

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPlaneTriad

Property detail#

property VectorGeometryToolPlaneTriad.point_a: VectorGeometryToolPointReference#

Specify a point A.

property VectorGeometryToolPlaneTriad.point_b: VectorGeometryToolPointReference#

Specify a point B.

property VectorGeometryToolPlaneTriad.reference_point: VectorGeometryToolPointReference#

Specify a reference point.

property VectorGeometryToolPlaneTriad.rotation_offset: float#

Specify an angle measured from X (Axis 1) away from Y (Axis 2).