VectorGeometryToolAxesReference#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolAxesReference#
Bases:
IAnalysisWorkbenchComponentReferenceRepresents a reference to a VGT axes.
Overview#
Return the actual axes object behind the reference. Use IAnalysisWorkbenchComponent.IsValid to test the validity of the returned object. |
|
Test whether the input component and the target component form a cyclic dependency. |
|
Set a new axes. |
|
Set a new axes. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolAxesReference
Method detail#
- VectorGeometryToolAxesReference.get_axes(self) IVectorGeometryToolAxes#
Return the actual axes object behind the reference. Use IAnalysisWorkbenchComponent.IsValid to test the validity of the returned object.
- Returns:
IVectorGeometryToolAxes
- VectorGeometryToolAxesReference.has_cyclic_dependency(self, axes: IVectorGeometryToolAxes) bool#
Test whether the input component and the target component form a cyclic dependency.
- Parameters:
axes :
IVectorGeometryToolAxes- Returns:
- VectorGeometryToolAxesReference.set_axes(self, axes: IVectorGeometryToolAxes) None#
Set a new axes.
- Parameters:
axes :
IVectorGeometryToolAxes- Returns: