VectorGeometryToolPointReference#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolPointReference#
Bases:
IAnalysisWorkbenchComponentReference
Represents a reference to a VGT point.
Overview#
Set a new point. |
|
Set a new point. |
|
Return the actual point 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. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolPointReference
Method detail#
- VectorGeometryToolPointReference.set_point(self, point: IVectorGeometryToolPoint) None #
Set a new point.
- Parameters:
point :
IVectorGeometryToolPoint
- Returns:
- VectorGeometryToolPointReference.get_point(self) IVectorGeometryToolPoint #
Return the actual point object behind the reference. Use IAnalysisWorkbenchComponent.IsValid to test the validity of the returned object.
- Returns:
IVectorGeometryToolPoint
- VectorGeometryToolPointReference.has_cyclic_dependency(self, point: IVectorGeometryToolPoint) bool #
Test whether the input component and the target component form a cyclic dependency.
- Parameters:
point :
IVectorGeometryToolPoint
- Returns: