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#
Specify a point A. |
|
Specify a point B. |
|
Specify a reference point. |
|
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.