VectorGeometryToolSystemReference#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolSystemReference#
Bases:
IAnalysisWorkbenchComponentReference
Represents a System reference.
Overview#
Set a new system. |
|
Set a new system. |
|
Return the actual system 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 VectorGeometryToolSystemReference
Method detail#
- VectorGeometryToolSystemReference.set_system(self, system: IVectorGeometryToolSystem) None #
Set a new system.
- Parameters:
system :
IVectorGeometryToolSystem
- Returns:
- VectorGeometryToolSystemReference.get_system(self) IVectorGeometryToolSystem #
Return the actual system object behind the reference. Use IAnalysisWorkbenchComponent.IsValid to test the validity of the returned object.
- Returns:
IVectorGeometryToolSystem
- VectorGeometryToolSystemReference.has_cyclic_dependency(self, system: IVectorGeometryToolSystem) bool #
Test whether the input component and the target component form a cyclic dependency.
- Parameters:
system :
IVectorGeometryToolSystem
- Returns: