IVectorGeometryToolPlane#
- class ansys.stk.core.analysis_workbench.IVectorGeometryToolPlane#
The interface defines methods and properties common to all VGT planes.
Overview#
Compute the planeβs axes vectors in a specified reference axes. |
|
Compute the planeβs axes vectors and their rates in a specified reference axes. |
|
Compute the position and X and Y axes in the specified coordinate system. |
|
Compute the position, X and Y axes and their rates of change in the specified coordinate system. |
Import detail#
from ansys.stk.core.analysis_workbench import IVectorGeometryToolPlane
Property detail#
- property IVectorGeometryToolPlane.labels: VectorGeometryToolPlaneLabels#
Allow configuring the planeβs X and Y axes labels.
Method detail#
- IVectorGeometryToolPlane.find_in_axes(self, epoch: Any, axes: IVectorGeometryToolAxes) AnalysisWorkbenchPlaneFindInAxesResult#
Compute the planeβs axes vectors in a specified reference axes.
- Parameters:
epoch :
Anyaxes :
IVectorGeometryToolAxes- Returns:
AnalysisWorkbenchPlaneFindInAxesResult
- IVectorGeometryToolPlane.find_in_axes_with_rate(self, epoch: Any, axes: IVectorGeometryToolAxes) AnalysisWorkbenchPlaneFindInAxesWithRateResult#
Compute the planeβs axes vectors and their rates in a specified reference axes.
- Parameters:
epoch :
Anyaxes :
IVectorGeometryToolAxes- Returns:
AnalysisWorkbenchPlaneFindInAxesWithRateResult
- IVectorGeometryToolPlane.find_in_system(self, epoch: Any, system: IVectorGeometryToolSystem) AnalysisWorkbenchPlaneFindInSystemResult#
Compute the position and X and Y axes in the specified coordinate system.
- Parameters:
epoch :
Anysystem :
IVectorGeometryToolSystem- Returns:
AnalysisWorkbenchPlaneFindInSystemResult
- IVectorGeometryToolPlane.find_in_system_with_rate(self, epoch: Any, system: IVectorGeometryToolSystem) AnalysisWorkbenchPlaneFindInSystemWithRateResult#
Compute the position, X and Y axes and their rates of change in the specified coordinate system.
- Parameters:
epoch :
Anysystem :
IVectorGeometryToolSystem- Returns:
AnalysisWorkbenchPlaneFindInSystemWithRateResult