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