VectorGeometryToolPlaneReference#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolPlaneReference#
Bases:
IAnalysisWorkbenchComponentReference
Represents a Plane reference.
Overview#
Set a new plane using a specified path. |
|
Set a new plane. |
|
Return the actual plane 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 VectorGeometryToolPlaneReference
Method detail#
- VectorGeometryToolPlaneReference.set_path(self, path: str) None #
Set a new plane using a specified path.
- VectorGeometryToolPlaneReference.set_plane(self, plane: IVectorGeometryToolPlane) None #
Set a new plane.
- Parameters:
plane :
IVectorGeometryToolPlane
- Returns:
- VectorGeometryToolPlaneReference.get_plane(self) IVectorGeometryToolPlane #
Return the actual plane object behind the reference. Use IAnalysisWorkbenchComponent.IsValid to test the validity of the returned object.
- Returns:
IVectorGeometryToolPlane
- VectorGeometryToolPlaneReference.has_cyclic_dependency(self, plane: IVectorGeometryToolPlane) bool #
Test whether the input component and the target component form a cyclic dependency.
- Parameters:
plane :
IVectorGeometryToolPlane
- Returns: